Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Method and Description |
---|---|
void |
EPStatement.setSubscriber(java.lang.Object subscriber)
Attaches a subscriber to receive statement results,
or removes a previously set subscriber (by providing a null value).
|
Modifier and Type | Method and Description |
---|---|
static ResultDeliveryStrategy |
ResultDeliveryStrategyFactory.create(java.lang.String statementName,
java.lang.Object subscriber,
java.lang.Class[] selectClauseTypes,
java.lang.String[] selectClauseColumns)
Creates a strategy implementation that indicates to subscribers
the statement results based on the select-clause columns.
|