Uses of Class
io.quarkus.redis.datasource.stream.XGroupSetIdArgs
Packages that use XGroupSetIdArgs
-
Uses of XGroupSetIdArgs in io.quarkus.redis.datasource.stream
Methods in io.quarkus.redis.datasource.stream that return XGroupSetIdArgsModifier and TypeMethodDescriptionXGroupSetIdArgs.entriesRead(long id) To enable consumer group lag tracking, specify the optionalentries_readnamed argument with an arbitrary ID.Methods in io.quarkus.redis.datasource.stream with parameters of type XGroupSetIdArgsModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>ReactiveStreamCommands.xgroupSetId(K key, String groupname, String from, XGroupSetIdArgs args) Execute the command XGROUP SETID.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalStreamCommands.xgroupSetId(K key, String groupname, String from, XGroupSetIdArgs args) Execute the command XGROUP SETID.voidStreamCommands.xgroupSetId(K key, String groupname, String from, XGroupSetIdArgs args) Execute the command XGROUP SETID.voidTransactionalStreamCommands.xgroupSetId(K key, String groupname, String from, XGroupSetIdArgs args) Execute the command XGROUP SETID. -
Uses of XGroupSetIdArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type XGroupSetIdArgsModifier and TypeMethodDescription(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractStreamCommands._xgroupSetId(K key, String groupname, String from, XGroupSetIdArgs args) voidBlockingStreamCommandsImpl.xgroupSetId(K key, String groupname, String from, XGroupSetIdArgs args) voidBlockingTransactionalStreamCommandsImpl.xgroupSetId(K key, String groupname, String from, XGroupSetIdArgs args) io.smallrye.mutiny.Uni<Void>ReactiveStreamCommandsImpl.xgroupSetId(K key, String groupname, String from, XGroupSetIdArgs args) io.smallrye.mutiny.Uni<Void>ReactiveTransactionalStreamCommandsImpl.xgroupSetId(K key, String groupname, String from, XGroupSetIdArgs args)