Package org.nuxeo.runtime.model
Class ComponentStartOrders
- java.lang.Object
-
- org.nuxeo.runtime.model.ComponentStartOrders
-
public class ComponentStartOrders extends Object
Some default application start orders.- Since:
- 9.3
-
-
Field Summary
Fields Modifier and Type Field Description static int
CAPABILITIES
static int
CLUSTER_ACTIONS
static int
CLUSTER_SERVICE
static int
DEFAULT
static int
ELASTIC
static int
MONGODB
static int
PUB_SUB
Let RedisComponent start before us (Redis starts before WorkManager that starts before events).static int
REPOSITORY
-
Constructor Summary
Constructors Constructor Description ComponentStartOrders()
-
-
-
Field Detail
-
CAPABILITIES
public static final int CAPABILITIES
- Since:
- 11.5
- See Also:
- Constant Field Values
-
CLUSTER_SERVICE
public static final int CLUSTER_SERVICE
- Since:
- 2023.0
- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
CLUSTER_ACTIONS
public static final int CLUSTER_ACTIONS
- Since:
- 2023.0
-
MONGODB
public static final int MONGODB
- See Also:
- Constant Field Values
-
ELASTIC
public static final int ELASTIC
- See Also:
- Constant Field Values
-
REPOSITORY
public static final int REPOSITORY
- See Also:
- Constant Field Values
-
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
-
-