Uses of Enum Class
org.springframework.data.mongodb.core.messaging.Task.State
Packages that use Task.State
Package
Description
MongoDB specific messaging support for listening to eg.
-
Uses of Task.State in org.springframework.data.mongodb.core.messaging
Subclasses with type arguments of type Task.State in org.springframework.data.mongodb.core.messagingModifier and TypeClassDescriptionstatic enumTheTask.Statedefining the lifecycle phase the actualTask.Methods in org.springframework.data.mongodb.core.messaging that return Task.StateModifier and TypeMethodDescriptionTask.getState()Get the current lifecycle phase.static Task.StateReturns 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.