public class QueueCommandHolder extends Object
Constructor and Description |
---|
QueueCommandHolder(QueueCommand command,
io.netty.channel.ChannelPromise channelPromise) |
Modifier and Type | Method and Description |
---|---|
io.netty.channel.ChannelPromise |
getChannelPromise() |
QueueCommand |
getCommand() |
String |
toString() |
boolean |
trySend() |
public QueueCommandHolder(QueueCommand command, io.netty.channel.ChannelPromise channelPromise)
public QueueCommand getCommand()
public io.netty.channel.ChannelPromise getChannelPromise()
public boolean trySend()
Copyright © 2014–2019 The Redisson Project. All rights reserved.