Class CommandData<T,R>

java.lang.Object
org.redisson.client.protocol.CommandData<T,R>
Type Parameters:
T - input type
R - output type
All Implemented Interfaces:
QueueCommand
Direct Known Subclasses:
BatchCommandData

public class CommandData<T,R> extends Object implements QueueCommand
Author:
Nikita Koksharov