Uses of Class
io.quarkus.redis.datasource.stream.XGroupCreateArgs
Packages that use XGroupCreateArgs
-
Uses of XGroupCreateArgs in io.quarkus.redis.datasource.stream
Methods in io.quarkus.redis.datasource.stream that return XGroupCreateArgsModifier and TypeMethodDescriptionXGroupCreateArgs.entriesRead(String id) To enable consumer group lag tracking, specify the optionalentries_readnamed argument with an arbitrary ID.XGroupCreateArgs.mkstream()If a stream does not exist, you can create it automatically with length of 0.Methods in io.quarkus.redis.datasource.stream with parameters of type XGroupCreateArgsModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void> ReactiveStreamCommands.xgroupCreate(K key, String groupname, String from, XGroupCreateArgs args) Execute the command XGROUP CREATE.io.smallrye.mutiny.Uni<Void> ReactiveTransactionalStreamCommands.xgroupCreate(K key, String groupname, String from, XGroupCreateArgs args) Execute the command XGROUP CREATE.voidStreamCommands.xgroupCreate(K key, String groupname, String from, XGroupCreateArgs args) Execute the command XGROUP CREATE.voidTransactionalStreamCommands.xgroupCreate(K key, String groupname, String from, XGroupCreateArgs args) Execute the command XGROUP CREATE. -
Uses of XGroupCreateArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type XGroupCreateArgsModifier and TypeMethodDescription(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> AbstractStreamCommands._xgroupCreate(K key, String groupname, String from, XGroupCreateArgs args) voidBlockingStreamCommandsImpl.xgroupCreate(K key, String groupname, String from, XGroupCreateArgs args) voidBlockingTransactionalStreamCommandsImpl.xgroupCreate(K key, String groupname, String from, XGroupCreateArgs args) io.smallrye.mutiny.Uni<Void> ReactiveStreamCommandsImpl.xgroupCreate(K key, String groupname, String from, XGroupCreateArgs args) io.smallrye.mutiny.Uni<Void> ReactiveTransactionalStreamCommandsImpl.xgroupCreate(K key, String groupname, String from, XGroupCreateArgs args)