Class 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.