Class RemoveClientListenerOperation

java.lang.Object
java.util.concurrent.CompletableFuture<T>
org.infinispan.hotrod.impl.operations.HotRodOperation<Void>
org.infinispan.hotrod.impl.operations.RemoveClientListenerOperation
All Implemented Interfaces:
Runnable, CompletionStage<Void>, Future<Void>, HotRodConstants, ChannelOperation

public class RemoveClientListenerOperation extends HotRodOperation<Void> implements ChannelOperation
Remove client listener operation. In order to avoid issues with concurrent event consumption, removing client listener operation is sent in a separate connection to the one used for event consumption, but it must go to the same node where the listener has been added.