Uses of Interface
org.redisson.client.protocol.QueueCommand
Packages that use QueueCommand
-
Uses of QueueCommand in org.redisson.client.handler
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)