Class PingOperation

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

@Immutable public class PingOperation extends NeutralVersionHotRodOperation<PingResponse> implements ChannelOperation
Corresponds to the "ping" operation as defined in Hot Rod protocol specification.
Since:
4.1
Author:
[email protected]