Uses of Annotation Type
org.infinispan.client.hotrod.annotation.ClientListener
Packages that use ClientListener
Package
Description
-
Uses of ClientListener in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations that return ClientListenerModifier and TypeMethodDescriptionprotected ClientListenerClientListenerOperation.extractClientListener() -
Uses of ClientListener in org.infinispan.client.hotrod.impl.protocol
Methods in org.infinispan.client.hotrod.impl.protocol with parameters of type ClientListenerModifier and TypeMethodDescriptionvoidCodec.writeClientListenerParams(io.netty.buffer.ByteBuf buf, ClientListener clientListener, byte[][] filterFactoryParams, byte[][] converterFactoryParams) Writes client listener parametersvoidCodec20.writeClientListenerParams(io.netty.buffer.ByteBuf buf, ClientListener clientListener, byte[][] filterFactoryParams, byte[][] converterFactoryParams) voidCodec21.writeClientListenerParams(io.netty.buffer.ByteBuf buf, ClientListener clientListener, byte[][] filterFactoryParams, byte[][] converterFactoryParams)