@CommandImpl(value="subscribe") @ParamLength(type=AT_LEAST, value=1) public class Subscribe extends java.lang.Object
| Constructor and Description |
|---|
Subscribe(PubSubManager manager) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(io.netty.channel.ChannelHandlerContext ctx,
byte[]... topicBytes) |
@Autowired public Subscribe(PubSubManager manager)
@Execute public void execute(io.netty.channel.ChannelHandlerContext ctx, byte[]... topicBytes)