Class RemoveClientListenerOperation

All Implemented Interfaces:
CompletionStage<Void>, Future<Void>, HotRodOperation<Void>, HotRodConstants

public class RemoveClientListenerOperation extends AbstractCacheOperation<Void>
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.
Author:
William Burns