Uses of Interface
org.redisson.api.stream.StreamCreateGroupArgs
Packages that use StreamCreateGroupArgs
-
Uses of StreamCreateGroupArgs in org.redisson
Methods in org.redisson with parameters of type StreamCreateGroupArgsModifier and TypeMethodDescriptionvoidRedissonStream.createGroup(StreamCreateGroupArgs args) RedissonStream.createGroupAsync(StreamCreateGroupArgs args) -
Uses of StreamCreateGroupArgs in org.redisson.api
Methods in org.redisson.api with parameters of type StreamCreateGroupArgsModifier and TypeMethodDescriptionvoidRStream.createGroup(StreamCreateGroupArgs args) Creates consumer group.reactor.core.publisher.Mono<Void> RStreamReactive.createGroup(StreamCreateGroupArgs args) Creates consumer group.io.reactivex.rxjava3.core.CompletableRStreamRx.createGroup(StreamCreateGroupArgs args) Creates consumer group.RStreamAsync.createGroupAsync(StreamCreateGroupArgs args) Creates consumer group. -
Uses of StreamCreateGroupArgs in org.redisson.api.stream
Classes in org.redisson.api.stream that implement StreamCreateGroupArgsMethods in org.redisson.api.stream that return StreamCreateGroupArgsModifier and TypeMethodDescriptionStreamCreateGroupArgs.entriesRead(int amount) Defines entries_read argumentStreamCreateGroupParams.entriesRead(int amount) StreamCreateGroupArgs.id(StreamMessageId id) Defines Stream Message ID.StreamCreateGroupParams.id(StreamMessageId id) StreamCreateGroupArgs.makeStream()Defines whether a stream should be created if it doesn't exist.StreamCreateGroupParams.makeStream()static StreamCreateGroupArgsDefines name of group.