Interface PubSubResp3Command
- All Known Implementing Classes:
PING,PSUBSCRIBE,PUNSUBSCRIBE,QUIT,RESET,SUBSCRIBE,UNSUBSCRIBE
public interface PubSubResp3Command
-
Method Summary
Modifier and TypeMethodDescriptionperform(SubscriberHandler handler, io.netty.channel.ChannelHandlerContext ctx, List<byte[]> arguments)
-
Method Details
-
perform
CompletionStage<RespRequestHandler> perform(SubscriberHandler handler, io.netty.channel.ChannelHandlerContext ctx, List<byte[]> arguments)
-