Package org.redisson.client.protocol
Class QueueCommandHolder
- java.lang.Object
-
- org.redisson.client.protocol.QueueCommandHolder
-
public class QueueCommandHolder extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description QueueCommandHolder(QueueCommand command, io.netty.channel.ChannelPromise channelPromise)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.channel.ChannelPromise
getChannelPromise()
QueueCommand
getCommand()
String
toString()
boolean
trySend()
-
-
-
Constructor Detail
-
QueueCommandHolder
public QueueCommandHolder(QueueCommand command, io.netty.channel.ChannelPromise channelPromise)
-
-
Method Detail
-
getCommand
public QueueCommand getCommand()
-
getChannelPromise
public io.netty.channel.ChannelPromise getChannelPromise()
-
trySend
public boolean trySend()
-
-