Package | Description |
---|---|
com.espertech.esper.client.context |
Context partition selection and descriptors.
|
com.espertech.esper.core.context.mgr |
Context management.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ContextStateListener> |
EPContextPartitionAdmin.getContextStateListeners()
Returns an iterator of context state listeners (read-only)
|
Modifier and Type | Method and Description |
---|---|
void |
EPContextPartitionAdmin.addContextStateListener(ContextStateListener listener)
Add a context state listener
|
void |
EPContextPartitionAdmin.removeContextStateListener(ContextStateListener listener)
Remove a context state listener
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CopyOnWriteArrayList<ContextStateListener> |
ContextManagementServiceImpl.getListeners() |
java.util.concurrent.CopyOnWriteArrayList<ContextStateListener> |
ContextManagementService.getListeners() |
Modifier and Type | Method and Description |
---|---|
static <T> void |
ContextStateEventUtil.dispatchContext(java.util.concurrent.CopyOnWriteArrayList<ContextStateListener> listeners,
java.util.function.Supplier<T> supplier,
java.util.function.BiConsumer<ContextStateListener,T> consumer) |
static <T> void |
ContextStateEventUtil.dispatchContext(java.util.concurrent.CopyOnWriteArrayList<ContextStateListener> listeners,
java.util.function.Supplier<T> supplier,
java.util.function.BiConsumer<ContextStateListener,T> consumer) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ContextStateListener> |
EPContextPartitionAdminImpl.getContextStateListeners() |
Modifier and Type | Method and Description |
---|---|
void |
EPContextPartitionAdminImpl.addContextStateListener(ContextStateListener listener) |
void |
EPContextPartitionAdminImpl.removeContextStateListener(ContextStateListener listener) |