java.lang.Object
io.helidon.declarative.codegen.RunLevels
Helidon Declarative Run Levels.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double
Services that modify data or data structures.static final double
Services that establish connectivity to database.static final double
Messaging and similar (JMS, Kafka).static final double
Service that need other services already running, such as scheduling.static final double
Helidon WebServer.static final double
Services 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:
-