EventUtilitiesConfig
instead@Deprecated public final class WikimediaDefaults extends Object
Modifier and Type | Field and Description |
---|---|
static JsonEventGenerator |
EVENT_GENERATOR
Deprecated.
Wikimedia JsonEventGenerator default instance.
|
static List<String> |
EVENT_SCHEMA_BASE_URIS
Deprecated.
List of event schema base URIs used in WMF production.
|
static EventSchemaLoader |
EVENT_SCHEMA_LOADER
Deprecated.
Wikimedia EventSchemaLoader default instance.
|
static EventSchemaValidator |
EVENT_SCHEMA_VALIDATOR
Deprecated.
Wikimedia EventSchemaValidator default instance.
|
static Map<String,URI> |
EVENT_SERVICE_TO_URI_MAP
Deprecated.
This default is suitable for using in WMF production networks, but
may become outdated.
|
static EventStreamConfig |
EVENT_STREAM_CONFIG
Deprecated.
Wikimedia EventStreamConfig default instance.
|
static String |
EVENT_STREAM_CONFIG_ENDPOINT
Deprecated.
In production, api-ro needs the Host header set to the MediaWiki API that should be accessed.
|
static String |
EVENT_STREAM_CONFIG_URI
Deprecated.
MediaWiki EventStreamConfig API used in WMF production to use to fetch stream configs.
|
static EventStreamFactory |
EVENT_STREAM_FACTORY
Deprecated.
Wikimedia EventStreamFactory default instance.
|
static String |
EVENTLOGGING_SCHEMA_BASE_URI
Deprecated.
URI from which to get legacy EventLogging on wiki schemas.
|
static EventLoggingSchemaLoader |
EVENTLOGGING_SCHEMA_LOADER
Deprecated.
Wikimedia legacy EventLoggingSchemaLoader instance.
|
static String |
MEDIAWIKI_API_HOST
Deprecated.
Hostname to use when interacting with the MediaWiki action API.
|
static BasicHttpClient |
WIKIMEDIA_HTTP_CLIENT
Deprecated.
Http client with routes set to work on the internal wikimedia network.
|
public static final String MEDIAWIKI_API_HOST
public static final List<String> EVENT_SCHEMA_BASE_URIS
public static final String EVENTLOGGING_SCHEMA_BASE_URI
public static final String EVENT_STREAM_CONFIG_URI
public static final String EVENT_STREAM_CONFIG_ENDPOINT
public static final Map<String,URI> EVENT_SERVICE_TO_URI_MAP
public static final EventSchemaLoader EVENT_SCHEMA_LOADER
public static final EventLoggingSchemaLoader EVENTLOGGING_SCHEMA_LOADER
public static final BasicHttpClient WIKIMEDIA_HTTP_CLIENT
public static final EventStreamConfig EVENT_STREAM_CONFIG
public static final EventStreamFactory EVENT_STREAM_FACTORY
public static final EventSchemaValidator EVENT_SCHEMA_VALIDATOR
public static final JsonEventGenerator EVENT_GENERATOR
Copyright © 2025. All rights reserved.