Class NeutralVersionHotRodOperation<T>

java.lang.Object
java.util.concurrent.CompletableFuture<T>
org.infinispan.client.hotrod.impl.operations.HotRodOperation<T>
org.infinispan.client.hotrod.impl.operations.NeutralVersionHotRodOperation<T>
Type Parameters:
T -
All Implemented Interfaces:
Runnable, CompletionStage<T>, Future<T>, HotRodConstants
Direct Known Subclasses:
AuthMechListOperation, AuthOperation, PingOperation

@Immutable public abstract class NeutralVersionHotRodOperation<T> extends HotRodOperation<T>
An extension of HotRodOperation for backwards compatibility after introducing HR 4.0. We override the codec with a pinned version, all operations are executed in the same way.