Uses of Class
org.infinispan.client.hotrod.event.impl.EventDispatcher
-
Packages that use EventDispatcher Package Description org.infinispan.client.hotrod.event.impl -
-
Uses of EventDispatcher in org.infinispan.client.hotrod.event.impl
Subclasses of EventDispatcher in org.infinispan.client.hotrod.event.impl Modifier and Type Class Description class
ClientEventDispatcher
class
CounterEventDispatcher
Methods in org.infinispan.client.hotrod.event.impl that return EventDispatcher Modifier and Type Method Description EventDispatcher<?>
ClientListenerNotifier. removeClientListener(byte[] listenerId)
Methods in org.infinispan.client.hotrod.event.impl with parameters of type EventDispatcher Modifier and Type Method Description void
ClientListenerNotifier. addDispatcher(EventDispatcher<?> dispatcher)
Constructors in org.infinispan.client.hotrod.event.impl with parameters of type EventDispatcher Constructor Description ReconnectTask(EventDispatcher dispatcher)
-