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
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.