Interface PubSubResp3Command
- All Superinterfaces:
BaseResp3Command
- All Known Implementing Classes:
PING
,PSUBSCRIBE
,PUNSUBSCRIBE
,QUIT
,RESET
,SUBSCRIBE
,UNSUBSCRIBE
-
Method Summary
Modifier and TypeMethodDescriptionperform
(SubscriberHandler handler, io.netty.channel.ChannelHandlerContext ctx, List<byte[]> arguments) Methods inherited from interface org.infinispan.server.resp.commands.BaseResp3Command
aclMask
-
Method Details
-
perform
CompletionStage<RespRequestHandler> perform(SubscriberHandler handler, io.netty.channel.ChannelHandlerContext ctx, List<byte[]> arguments)
-