@UnstableApi public final class RedisArrayAggregator extends io.netty.handler.codec.MessageToMessageDecoder<RedisMessage>
RedisMessage parts into ArrayRedisMessage. This decoder
should be used together with RedisDecoder.| Constructor and Description |
|---|
RedisArrayAggregator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decode(io.netty.channel.ChannelHandlerContext ctx,
RedisMessage msg,
List<Object> out) |
acceptInboundMessage, channelRead, channelReadCompletechannelActive, channelInactive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableprotected void decode(io.netty.channel.ChannelHandlerContext ctx,
RedisMessage msg,
List<Object> out)
throws Exception
decode in class io.netty.handler.codec.MessageToMessageDecoder<RedisMessage>ExceptionCopyright © 2008–2025 The Netty Project. All rights reserved.