Package | Description |
---|---|
com.espertech.esper.event |
This package defines the internal event APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
NaturalEventBean
An event that is carries multiple representations of event properties:
A synthetic representation that is designed for delivery as
EventBean to client UpdateListener code,
and a natural representation as a bunch of Object-type properties for fast delivery to client
subscriber objects via method call. |
class |
WrapperEventBean
Event bean that wraps another event bean adding additional properties.
|