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:
    • KAFKA

      public static final int KAFKA
      Since:
      2025.0
      See Also:
    • STREAM

      public static final int STREAM
      Since:
      2025.0
      See Also:
    • EVENT

      public static final int EVENT
      Since:
      2025.0
      See Also:
    • KV

      public static final int KV
      Since:
      2025.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
    • JPA

      public static final int JPA
      Even before repository init.
      Since:
      2025.0
      See Also:
    • MONGODB

      public static final int MONGODB
      See Also:
    • OPENSEARCH

      public static final int OPENSEARCH
      Since:
      2025.0
      See Also:
    • ELASTIC

      public static final int ELASTIC
      See Also:
    • SEQUENCER

      public static final int SEQUENCER
      Sequencer should start after any of its implementation.
      Since:
      2025.0
    • AUDIT

      public static final int AUDIT
      Audit should start after Sequencer because some implementation uses them.
      Since:
      2025.0
    • REPOSITORY

      public static final int REPOSITORY
      See Also:
    • PAGE_PROVIDER

      public static final int PAGE_PROVIDER
      Since:
      2025.0
      See Also:
    • DEFAULT

      public static final int DEFAULT
      See Also:
  • Constructor Details

    • ComponentStartOrders

      public ComponentStartOrders()