Package org.nuxeo.runtime.model
Class ComponentStartOrders
java.lang.Object
org.nuxeo.runtime.model.ComponentStartOrders
Some default application start orders.
- Since:
- 9.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Audit should start after Sequencer because some implementation uses them.static final int
static final int
static final int
static final int
static final int
static final int
static final int
Even before repository init.static final int
static final int
static final int
static final int
static final int
static final int
Let RedisComponent start before us (Redis starts before WorkManager that starts before events).static final int
static final int
static final int
Sequencer should start after any of its implementation.static final int
-
Constructor Summary
Constructors -
Method Summary
-
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_SUBLet 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 JPAEven 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 SEQUENCERSequencer should start after any of its implementation.- Since:
- 2025.0
-
AUDIT
public static final int AUDITAudit should start after Sequencer because some implementation uses them.- Since:
- 2025.0
-
REPOSITORY
public static final int REPOSITORY- See Also:
-
SEARCH
public static final int SEARCH- Since:
- 2025.0
- 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()
-