Uses of Enum Class
eu.rarogsoftware.rarog.platform.app.boot.SpringBootManager.AsyncStartState
Packages that use SpringBootManager.AsyncStartState
Package
Description
-
Uses of SpringBootManager.AsyncStartState in eu.rarogsoftware.rarog.platform.app.boot
Methods in eu.rarogsoftware.rarog.platform.app.boot that return SpringBootManager.AsyncStartStateModifier and TypeMethodDescriptionSpringBootManager.getAsyncStartMode()
Returns the enum constant of this class with the specified name.static SpringBootManager.AsyncStartState[]
SpringBootManager.AsyncStartState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SpringBootManager.AsyncStartState in eu.rarogsoftware.rarog.platform.core.boot
Methods in eu.rarogsoftware.rarog.platform.core.boot with parameters of type SpringBootManager.AsyncStartStateModifier and TypeMethodDescriptionvoid
BootInfoManager.updateStatus
(SpringBootManager.StartState startState, SpringBootManager.AsyncStartState asyncStartState) void
BootServlet.updateStatus
(SpringBootManager.StartState startState, SpringBootManager.AsyncStartState asyncStartState)