Package | Description |
---|---|
com.espertech.esper.event.vaevent |
Value added events are revision events and variant events.
|
Modifier and Type | Class and Description |
---|---|
class |
VariantPropResolutionStrategyAny
A property resolution strategy that allows any type, wherein all properties are Object type.
|
class |
VariantPropResolutionStrategyDefault
A property resolution strategy that allows only the preconfigured types, wherein all properties
that are common (name and type) to all properties are considered.
|
Constructor and Description |
---|
VariantEventType(EventAdapterService eventAdapterService,
EventTypeMetadata metadata,
int eventTypeId,
VariantSpec variantSpec,
VariantPropResolutionStrategy propertyResStrategy,
ConfigurationVariantStream config)
Ctor.
|