Package | Description |
---|---|
com.espertech.esper.client.hook |
Callback interfaces for use with statement annotations.
|
Modifier and Type | Method and Description |
---|---|
VirtualDataWindow |
VirtualDataWindowFactory.create(VirtualDataWindowContext context)
Invoked for each context partition (or once if not using contexts),
return a virtual data window to handle the specific event type, named window or paramaters
as provided in the context.
|