Uses of Enum Class
org.springframework.data.redis.stream.Task.State
Packages that use Task.State
-
Uses of Task.State in org.springframework.data.redis.stream
Methods in org.springframework.data.redis.stream that return Task.StateModifier and TypeMethodDescriptionTask.getState()
Get the current lifecycle phase.static Task.State
Returns the enum constant of this class with the specified name.static Task.State[]
Task.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.