Uses of Class
org.infinispan.client.hotrod.annotation.ClientListener
-
Packages that use ClientListener Package Description org.infinispan.client.hotrod.impl.protocol -
-
Uses of ClientListener in org.infinispan.client.hotrod.impl.protocol
Methods in org.infinispan.client.hotrod.impl.protocol with parameters of type ClientListener Modifier and Type Method Description voidCodec. 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)
-