Class EventDispatcher<T>
java.lang.Object
org.infinispan.client.hotrod.event.impl.EventDispatcher<T>
- Direct Known Subclasses:
ClientEventDispatcher
,CounterEventDispatcher
-
Method Summary
Modifier and TypeMethodDescriptionaddress()
abstract CompletableFuture
<Void> protected abstract void
invokeEvent
(T event) protected void
boolean
boolean
start()
boolean
stop()
-
Method Details
-
start
public boolean start() -
stop
public boolean stop() -
isRunning
public boolean isRunning() -
executeFailover
-
invokeEvent
-
invokeFailoverEvent
protected void invokeFailoverEvent() -
address
-