java.lang.Object
io.helidon.declarative.codegen.RunLevels
Helidon Declarative Run Levels.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doubleServices that modify data or data structures.static final doubleServices that establish connectivity to database.static final doubleMessaging and similar (JMS, Kafka).static final doubleService that need other services already running, such as scheduling.static final doubleHelidon WebServer.static final doubleServices to run on startup (not used by Helidon services). -
Method Summary
-
Field Details
-
STARTUP
public static final double STARTUPServices to run on startup (not used by Helidon services).- See Also:
-
DATA_CONNECT
public static final double DATA_CONNECTServices that establish connectivity to database.- See Also:
-
DATA
public static final double DATAServices that modify data or data structures.- See Also:
-
MESSAGING
public static final double MESSAGINGMessaging and similar (JMS, Kafka).- See Also:
-
SERVER
public static final double SERVERHelidon WebServer.- See Also:
-
SCHEDULING
public static final double SCHEDULINGService that need other services already running, such as scheduling.- See Also:
-