Uses of Enum
io.avaje.jex.AppLifecycle.Status
Packages that use AppLifecycle.Status
-
Uses of AppLifecycle.Status in io.avaje.jex
Methods in io.avaje.jex that return AppLifecycle.StatusModifier and TypeMethodDescriptionAppLifecycle.status()Return the current status.static AppLifecycle.StatusReturns the enum constant of this type with the specified name.static AppLifecycle.Status[]AppLifecycle.Status.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.avaje.jex with parameters of type AppLifecycle.StatusModifier and TypeMethodDescriptionvoidAppLifecycle.status(AppLifecycle.Status newStatus) Set the current status.