Package | Description |
---|---|
com.espertech.esper.common.client.context |
Context partition selection and descriptors.
|
com.espertech.esper.common.internal.context.mgr |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
CopyOnWriteArrayList<ContextStateListener> |
ContextManagementServiceImpl.getListeners() |
CopyOnWriteArrayList<ContextStateListener> |
ContextManagementService.getListeners() |
Modifier and Type | Method and Description |
---|---|
static <T> void |
ContextStateEventUtil.dispatchContext(CopyOnWriteArrayList<ContextStateListener> listeners,
Supplier<T> supplier,
BiConsumer<ContextStateListener,T> consumer) |
static <T> void |
ContextStateEventUtil.dispatchContext(CopyOnWriteArrayList<ContextStateListener> listeners,
Supplier<T> supplier,
BiConsumer<ContextStateListener,T> consumer) |
Copyright © 2005–2018. All rights reserved.