Class XGroupCreateConsumerCommand

    • Constructor Detail

      • XGroupCreateConsumerCommand

        public XGroupCreateConsumerCommand()
      • XGroupCreateConsumerCommand

        public XGroupCreateConsumerCommand​(byte[] key,
                                           byte[] group,
                                           byte[] consumer)
    • Method Detail

      • getGroup

        public byte[] getGroup()
      • setGroup

        public void setGroup​(byte[] group)
      • getConsumer

        public byte[] getConsumer()
      • setConsumer

        public void setConsumer​(byte[] consumer)