public class XGroupCreateArgs extends Object implements CompositeArgument
XGroupCreateArgs.Builder and call the methods: mkstream(…) .
XGroupCreateArgs is a mutable object and instances should be used only once to avoid shared mutable state.| Modifier and Type | Class and Description |
|---|---|
static class |
XGroupCreateArgs.Builder
Builder entry points for
XGroupCreateArgs. |
| Constructor and Description |
|---|
XGroupCreateArgs() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> void |
build(CommandArgs<K,V> args)
Build command arguments and contribute arguments to
CommandArgs. |
XGroupCreateArgs |
entriesRead(long entriesRead)
Configure the ENTRIESREAD argument.
|
XGroupCreateArgs |
mkstream(boolean mkstream)
Make a stream if it does not exists.
|
public XGroupCreateArgs mkstream(boolean mkstream)
mkstream - whether to apply MKSTREAMthispublic XGroupCreateArgs entriesRead(long entriesRead)
entriesRead - number of read entries for lag tracking.thispublic <K,V> void build(CommandArgs<K,V> args)
CompositeArgumentCommandArgs.
Implementing classes are required to implement this method. Depending on the command nature and configured arguments, this method may contribute arguments but is not required to add arguments if none are specified.
build in interface CompositeArgumentK - Key type.V - Value type.args - the command arguments, must not be null.Copyright © 2024 lettuce.io. All rights reserved.