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 | Method and Description |
---|---|
ConfigurationCommonVariantStream.TypeVariance |
ConfigurationCommonVariantStream.getTypeVariance()
Returns the type variance setting specifying whether the variant stream accepts event of
only the predefined types or any type.
|
static ConfigurationCommonVariantStream.TypeVariance |
ConfigurationCommonVariantStream.TypeVariance.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationCommonVariantStream.TypeVariance[] |
ConfigurationCommonVariantStream.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 |
ConfigurationCommonVariantStream.setTypeVariance(ConfigurationCommonVariantStream.TypeVariance typeVariance)
Sets the type variance setting specifying whether the variant stream accepts event of
only the predefined types or any type.
|