Class XGroupCreateConsumerCommand
- java.lang.Object
-
- com.moilioncircle.redis.replicator.event.AbstractEvent
-
- com.moilioncircle.redis.replicator.cmd.impl.AbstractCommand
-
- com.moilioncircle.redis.replicator.cmd.impl.GenericKeyCommand
-
- com.moilioncircle.redis.replicator.cmd.impl.XGroupCommand
-
- com.moilioncircle.redis.replicator.cmd.impl.XGroupCreateConsumerCommand
-
- All Implemented Interfaces:
Command,Event,Serializable
@CommandSpec(command="XGROUP", subCommand="CREATECONSUMER") public class XGroupCreateConsumerCommand extends XGroupCommand
- Since:
- 3.5.0
- Author:
- Leon Chen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.moilioncircle.redis.replicator.event.Event
Event.Context
-
-
Field Summary
-
Fields inherited from class com.moilioncircle.redis.replicator.event.AbstractEvent
context
-
-
Constructor Summary
Constructors Constructor Description XGroupCreateConsumerCommand()XGroupCreateConsumerCommand(byte[] key, byte[] group, byte[] consumer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getConsumer()byte[]getGroup()voidsetConsumer(byte[] consumer)voidsetGroup(byte[] group)-
Methods inherited from class com.moilioncircle.redis.replicator.cmd.impl.GenericKeyCommand
getKey, setKey
-
Methods inherited from class com.moilioncircle.redis.replicator.event.AbstractEvent
getContext, setContext
-
-