Uses of Enum Class
org.springframework.data.redis.connection.ReactiveStreamCommands.GroupCommand.GroupCommandAction
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveStreamCommands.GroupCommand.GroupCommandAction in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveStreamCommands.GroupCommand.getAction()
Returns the enum constant of this class with the specified name.ReactiveStreamCommands.GroupCommand.GroupCommandAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionGroupCommand
(ByteBuffer key, ReactiveStreamCommands.GroupCommand.GroupCommandAction action, String groupName, String consumerName, ReadOffset offset) GroupCommand
(ByteBuffer key, ReactiveStreamCommands.GroupCommand.GroupCommandAction action, String groupName, String consumerName, ReadOffset offset, boolean mkStream)