Package | Description |
---|---|
com.espertech.esper.common.client.configuration.common |
Configuration classes for the common section, which is relevant to both the compiler and the runtime
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,ConfigurationCommonVariantStream> |
ConfigurationCommon.variantStreams
Variant streams allow events of disparate types to be treated the same.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ConfigurationCommonVariantStream> |
ConfigurationCommon.getVariantStreams()
Returns a map of variant stream name and variant configuration information.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommon.addVariantStream(java.lang.String variantStreamName,
ConfigurationCommonVariantStream variantStreamConfig)
Adds a new variant stream.
|