Class ContextStateEventUtil
java.lang.Object
com.espertech.esper.common.internal.context.mgr.ContextStateEventUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> void
dispatchContext
(CopyOnWriteArrayList<ContextStateListener> listeners, Supplier<T> supplier, BiConsumer<ContextStateListener, T> consumer) static <T> void
dispatchPartition
(CopyOnWriteArrayList<ContextPartitionStateListener> listeners, Supplier<T> supplier, BiConsumer<ContextPartitionStateListener, T> consumer)
-
Constructor Details
-
ContextStateEventUtil
public ContextStateEventUtil()
-
-
Method Details
-
dispatchContext
public static <T> void dispatchContext(CopyOnWriteArrayList<ContextStateListener> listeners, Supplier<T> supplier, BiConsumer<ContextStateListener, T> consumer) -
dispatchPartition
public static <T> void dispatchPartition(CopyOnWriteArrayList<ContextPartitionStateListener> listeners, Supplier<T> supplier, BiConsumer<ContextPartitionStateListener, T> consumer)
-