Class ComponentStartOrders

java.lang.Object
org.nuxeo.runtime.model.ComponentStartOrders

public class ComponentStartOrders extends Object
Some default application start orders.
Since:
9.3
  • Field Details

    • CAPABILITIES

      public static final int CAPABILITIES
      Since:
      11.5
      See Also:
    • CLUSTER_SERVICE

      public static final int CLUSTER_SERVICE
      Since:
      2023.0
      See Also:
    • PUB_SUB

      public static final int PUB_SUB
      Let RedisComponent start before us (Redis starts before WorkManager that starts before events).
      Since:
      2023.0
      See Also:
    • CLUSTER_ACTIONS

      public static final int CLUSTER_ACTIONS
      Since:
      2023.0
    • MONGODB

      public static final int MONGODB
      See Also:
    • ELASTIC

      public static final int ELASTIC
      See Also:
    • REPOSITORY

      public static final int REPOSITORY
      See Also:
    • DEFAULT

      public static final int DEFAULT
      See Also:
  • Constructor Details

    • ComponentStartOrders

      public ComponentStartOrders()