Package | Description |
---|---|
com.espertech.esper.event |
This package defines the internal event APIs.
|
com.espertech.esper.event.arr |
Object-array event type.
|
com.espertech.esper.event.bean |
JavaBean and legacy Java underlying event classes are here.
|
com.espertech.esper.event.map |
Map-underlying event classes are here.
|
com.espertech.esper.event.xml |
XML event wrappers
|
Modifier and Type | Method and Description |
---|---|
EventBeanSPI |
EventAdapterServiceImpl.getShellForType(EventType eventType) |
static EventBeanSPI |
EventAdapterServiceHelper.getShellForType(EventType eventType) |
EventBeanSPI |
EventAdapterService.getShellForType(EventType eventType) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectArrayEventBean |
Modifier and Type | Class and Description |
---|---|
class |
BeanEventBean
Wrapper for Java bean (POJO or regular) Java objects the represent events.
|
Modifier and Type | Class and Description |
---|---|
class |
MapEventBean
Wrapper for events represented by a Map of key-value pairs that are the event properties.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLEventBean
EventBean wrapper for XML documents.
|