Class DelegatingHotRodOperation<T>

java.lang.Object
org.infinispan.client.hotrod.impl.operations.DelegatingHotRodOperation<T>
All Implemented Interfaces:
HotRodOperation<T>
Direct Known Subclasses:
AdvancedHotRodOperation, RoutingObjectOperation, StatisticOperation, TelemetryOperation

public abstract class DelegatingHotRodOperation<T> extends Object implements HotRodOperation<T>