Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.event.vaevent |
Value added events are revision events and variant events.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationVariantStream.TypeVariance |
ConfigurationVariantStream.getTypeVariance()
Returns the type variance setting specifying whether the variant stream accepts event of
only the predefined types or any type.
|
static ConfigurationVariantStream.TypeVariance |
ConfigurationVariantStream.TypeVariance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationVariantStream.TypeVariance[] |
ConfigurationVariantStream.TypeVariance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationVariantStream.setTypeVariance(ConfigurationVariantStream.TypeVariance typeVariance)
Sets the type variance setting specifying whether the variant stream accepts event of
only the predefined types or any type.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationVariantStream.TypeVariance |
VariantSpec.getTypeVariance()
Returns the type variance enum.
|
Constructor and Description |
---|
VariantSpec(String variantStreamName,
EventType[] eventTypes,
ConfigurationVariantStream.TypeVariance typeVariance)
Ctor.
|