Package | Description |
---|---|
com.espertech.esper.common.client.context |
Context partition selection and descriptors.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ContextStateListener> |
EPContextPartitionService.getContextStateListeners()
Returns an iterator of context state listeners (read-only)
|
Modifier and Type | Method and Description |
---|---|
void |
EPContextPartitionService.addContextStateListener(ContextStateListener listener)
Add a context state listener
|
void |
EPContextPartitionService.removeContextStateListener(ContextStateListener listener)
Remove a context state listener
|