Package | Description |
---|---|
com.espertech.esper.event.vaevent |
Value added events are revision events and variant events.
|
Modifier and Type | Method and Description |
---|---|
RevisionEventBeanDeclared |
RevisionStateDeclared.getLastEvent()
Returns the last event.
|
Modifier and Type | Method and Description |
---|---|
void |
RevisionStateDeclared.setLastEvent(RevisionEventBeanDeclared lastEvent)
Sets the last event.
|
Constructor and Description |
---|
RevisionStateDeclared(EventBean baseEventUnderlying,
RevisionBeanHolder[] holders,
RevisionEventBeanDeclared lastEvent)
Ctor.
|