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 | Interface and Description |
---|---|
interface |
EPStatement
Statement interface that provides methods to start, stop and destroy a statement as well as
get statement information such as statement name, expression text and current state.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EPStatementSPI
Statement SPI for statements operations for state transitions and internal management.
|
Modifier and Type | Class and Description |
---|---|
class |
EPStatementImpl
Statement implementation for EPL statements.
|