Uses of Interface
org.redisson.client.protocol.QueueCommand
Packages that use QueueCommand
-
Uses of QueueCommand in org.redisson.client.handler
Fields in org.redisson.client.handler with type parameters of type QueueCommandModifier and TypeFieldDescriptionstatic final io.netty.util.AttributeKey<QueueCommand>CommandsQueuePubSub.CURRENT_COMMANDMethods in org.redisson.client.handler that return QueueCommandModifier and TypeMethodDescriptionprotected QueueCommandCommandDecoder.getCommand(io.netty.channel.ChannelHandlerContext ctx) protected QueueCommandCommandPubSubDecoder.getCommand(io.netty.channel.ChannelHandlerContext ctx) Methods in org.redisson.client.handler with parameters of type QueueCommandModifier and TypeMethodDescriptionprotected voidCommandDecoder.decodeCommand(io.netty.channel.Channel channel, io.netty.buffer.ByteBuf in, QueueCommand data, int endIndex) protected voidCommandPubSubDecoder.decodeCommand(io.netty.channel.Channel channel, io.netty.buffer.ByteBuf in, QueueCommand data, int endIndex) protected voidCommandDecoder.sendNext(io.netty.channel.Channel channel, QueueCommand data) -
Uses of QueueCommand in org.redisson.client.protocol
Classes in org.redisson.client.protocol that implement QueueCommandMethods in org.redisson.client.protocol that return QueueCommandConstructors in org.redisson.client.protocol with parameters of type QueueCommandModifierConstructorDescriptionQueueCommandHolder(QueueCommand command, io.netty.channel.ChannelPromise channelPromise)