Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.event |
This package defines the internal event APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationEventTypeAvro
Configuration for Avro event types.
|
class |
ConfigurationEventTypeMap
Configuration object for Map-based event types.
|
class |
ConfigurationEventTypeObjectArray
Configuration object for Object array-based event types.
|
Modifier and Type | Method and Description |
---|---|
static Pair<EventType[],Set<EventType>> |
EventTypeUtility.getSuperTypesDepthFirst(ConfigurationEventTypeWithSupertype optionalConfig,
EventUnderlyingType representation,
Map<String,? extends EventType> nameToTypeMap) |
Constructor and Description |
---|
BaseNestableEventType(EventTypeMetadata metadata,
String typeName,
int eventTypeId,
EventAdapterService eventAdapterService,
Map<String,Object> propertyTypes,
EventType[] optionalSuperTypes,
Set<EventType> optionalDeepSupertypes,
ConfigurationEventTypeWithSupertype typeConfig,
EventTypeNestableGetterFactory getterFactory)
Constructor takes a type name, map of property names and types, for
use with nestable Map events.
|