Class CounterEventDispatcher
java.lang.Object
org.infinispan.client.hotrod.event.impl.EventDispatcher<HotRodCounterEvent>
org.infinispan.client.hotrod.event.impl.CounterEventDispatcher
-
Constructor Summary
ConstructorDescriptionCounterEventDispatcher
(byte[] listenerId, ConcurrentMap<String, List<Consumer<HotRodCounterEvent>>> clientListeners, SocketAddress address, Supplier<CompletableFuture<Void>> failover, Runnable cleanup) -
Method Summary
Methods inherited from class org.infinispan.client.hotrod.event.impl.EventDispatcher
address, invokeFailoverEvent, isRunning, start, stop
-
Constructor Details
-
CounterEventDispatcher
public CounterEventDispatcher(byte[] listenerId, ConcurrentMap<String, List<Consumer<HotRodCounterEvent>>> clientListeners, SocketAddress address, Supplier<CompletableFuture<Void>> failover, Runnable cleanup)
-
-
Method Details
-
executeFailover
- Specified by:
executeFailover
in classEventDispatcher<HotRodCounterEvent>
-
invokeEvent
- Specified by:
invokeEvent
in classEventDispatcher<HotRodCounterEvent>
-