Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
Modifier and Type | Method and Description |
---|---|
void |
EPAdministratorIsolated.addStatement(EPStatement statement)
Add a statement to the isolated service.
|
void |
EPAdministratorIsolated.addStatement(EPStatement[] statements)
Add statements to the isolated service.
|
void |
EPAdministratorIsolated.removeStatement(EPStatement statement)
Remove a statement from the isolated service.
|
void |
EPAdministratorIsolated.removeStatement(EPStatement[] statements)
Remove statements from the isolated service.
|