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
Subclasses with type arguments of type Task.State in org.springframework.data.redis.streamModifier and TypeClassDescriptionstatic enum
TheTask.State
defining the lifecycle phase the actualTask
.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.