Package | Description |
---|---|
com.espertech.esper.event.vaevent |
Value added events are revision events and variant events.
|
Modifier and Type | Method and Description |
---|---|
static VariantSpec |
ValueAddEventServiceImpl.validateVariantStream(java.lang.String variantStreamname,
ConfigurationVariantStream variantStreamConfig,
EventAdapterService eventAdapterService)
Validate the variant stream definition.
|
Constructor and Description |
---|
VAEVariantProcessor(VariantSpec variantSpec,
EventTypeIdGenerator eventTypeIdGenerator,
ConfigurationVariantStream config)
Ctor.
|
VariantEventType(EventTypeMetadata metadata,
int eventTypeId,
VariantSpec variantSpec,
VariantPropResolutionStrategy propertyResStrategy,
ConfigurationVariantStream config)
Ctor.
|
VariantPropResolutionStrategyAny(VariantSpec variantSpec)
Ctor.
|
VariantPropResolutionStrategyDefault(VariantSpec variantSpec)
Ctor.
|