Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.core.start |
Classes related to start and stop of statements
|
Modifier and Type | Method and Description |
---|---|
EPStatementDestroyMethod |
StatementLifecycleSvcImpl.EPStatementDesc.getDestroyMethod()
Return destroy method.
|
Modifier and Type | Method and Description |
---|---|
void |
StatementLifecycleSvcImpl.EPStatementDesc.setDestroyMethod(EPStatementDestroyMethod destroyMethod)
Set method to call when destroyed.
|
Modifier and Type | Class and Description |
---|---|
class |
EPStatementDestroyCallbackList
Method to call to destroy an EPStatement.
|
Modifier and Type | Method and Description |
---|---|
EPStatementDestroyMethod |
EPStatementStartResult.getDestroyMethod()
Returns destroy method.
|
Constructor and Description |
---|
EPStatementStartResult(Viewable viewable,
EPStatementStopMethod stopMethod,
EPStatementDestroyMethod destroyMethod)
Ctor.
|