Package | Description |
---|---|
com.espertech.esper.event |
This package defines the internal event APIs.
|
com.espertech.esper.event.map |
Map-underlying event classes are here.
|
com.espertech.esper.event.wrap |
Event wrap refers to adding properties to an existing event
|
Modifier and Type | Field and Description |
---|---|
protected MapEventType |
WrapperEventType.underlyingMapType
The map event type that provides the additional properties.
|
Modifier and Type | Method and Description |
---|---|
MapEventType |
WrapperEventType.getUnderlyingMapType()
Returns the map type.
|
Constructor and Description |
---|
EventBeanManufacturerMap(MapEventType mapEventType,
EventAdapterService eventAdapterService,
WriteablePropertyDescriptor[] properties)
Ctor.
|
EventSenderMap(EPRuntimeEventSender runtimeEventSender,
MapEventType mapEventType,
EventAdapterService eventAdapterService,
ThreadingService threadingService)
Ctor.
|
Constructor and Description |
---|
MapEventBeanCopyMethod(MapEventType mapEventType,
EventAdapterService eventAdapterService)
Ctor.
|
MapEventBeanCopyMethodWithArrayMap(MapEventType mapEventType,
EventAdapterService eventAdapterService,
Set<String> mapPropertiesToCopy,
Set<String> arrayPropertiesToCopy)
Ctor.
|
MapEventBeanReader(MapEventType type)
Ctor.
|
Constructor and Description |
---|
WrapperMapPropertyGetter(WrapperEventType wrapperEventType,
EventAdapterService eventAdapterService,
MapEventType underlyingMapType,
EventPropertyGetterSPI mapGetter) |