Uses of Class
org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation
-
Packages that use AddClientListenerOperation Package Description org.infinispan.client.hotrod.event.impl org.infinispan.client.hotrod.impl.operations -
-
Uses of AddClientListenerOperation in org.infinispan.client.hotrod.event.impl
Methods in org.infinispan.client.hotrod.event.impl with parameters of type AddClientListenerOperation Modifier and Type Method Description static ClientEventDispatcher
ClientEventDispatcher. create(AddClientListenerOperation op, SocketAddress address, Runnable cleanup)
-
Uses of AddClientListenerOperation in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations that return AddClientListenerOperation Modifier and Type Method Description AddClientListenerOperation
AddClientListenerOperation. copy()
AddClientListenerOperation
OperationsFactory. newAddClientListenerOperation(Object listener, byte[][] filterFactoryParams, byte[][] converterFactoryParams, DataFormat dataFormat)
AddClientListenerOperation
OperationsFactory. newAddClientListenerOperation(Object listener, DataFormat dataFormat)
-