java.lang.Object
io.helidon.declarative.codegen.RunLevels

public final class RunLevels extends Object
Helidon Declarative Run Levels.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • STARTUP

      public static final double STARTUP
      Services to run on startup (not used by Helidon services).
      See Also:
    • DATA_CONNECT

      public static final double DATA_CONNECT
      Services that establish connectivity to database.
      See Also:
    • DATA

      public static final double DATA
      Services that modify data or data structures.
      See Also:
    • MESSAGING

      public static final double MESSAGING
      Messaging and similar (JMS, Kafka).
      See Also:
    • SERVER

      public static final double SERVER
      Helidon WebServer.
      See Also:
    • SCHEDULING

      public static final double SCHEDULING
      Service that need other services already running, such as scheduling.
      See Also: