Class RemoveOperation<V>

All Implemented Interfaces:
Runnable, CompletionStage<V>, Future<V>, HotRodConstants, ChannelOperation

@Immutable public class RemoveOperation<V> extends AbstractKeyOperation<V>
Implement "remove" operation as described in Hot Rod protocol specification.
Since:
4.1
Author:
Mircea.Markus@jboss.com