Class CloudRuntimeEventsMessageHeaders
- java.lang.Object
-
- org.activiti.cloud.api.model.shared.messages.CloudRuntimeEventsMessageHeaders
-
public final class CloudRuntimeEventsMessageHeaders extends Object
Holds message header key names used in messages with CloudRuntimeEvent[] payload type
-
-
Field Summary
Fields Modifier and Type Field Description static StringBUSINESS_KEYstatic StringDEPLOYMENT_IDstatic StringDEPLOYMENT_NAMEstatic StringMESSAGE_PAYLOAD_TYPEstatic StringPARENT_PROCESS_INSTANCE_IDstatic StringPARENT_PROCESS_INSTANCE_NAMEstatic StringPROCESS_DEFINITION_IDstatic StringPROCESS_DEFINITION_KEYstatic StringPROCESS_DEFINITION_NAMEstatic StringPROCESS_DEFINITION_VERSIONstatic StringPROCESS_INSTANCE_IDstatic StringPROCESS_NAMEstatic StringROUTING_KEY
-
Constructor Summary
Constructors Constructor Description CloudRuntimeEventsMessageHeaders()
-
-
-
Field Detail
-
ROUTING_KEY
public static final String ROUTING_KEY
- See Also:
- Constant Field Values
-
MESSAGE_PAYLOAD_TYPE
public static final String MESSAGE_PAYLOAD_TYPE
- See Also:
- Constant Field Values
-
BUSINESS_KEY
public static final String BUSINESS_KEY
- See Also:
- Constant Field Values
-
PARENT_PROCESS_INSTANCE_ID
public static final String PARENT_PROCESS_INSTANCE_ID
- See Also:
- Constant Field Values
-
PROCESS_INSTANCE_ID
public static final String PROCESS_INSTANCE_ID
- See Also:
- Constant Field Values
-
PROCESS_NAME
public static final String PROCESS_NAME
- See Also:
- Constant Field Values
-
PROCESS_DEFINITION_ID
public static final String PROCESS_DEFINITION_ID
- See Also:
- Constant Field Values
-
PROCESS_DEFINITION_KEY
public static final String PROCESS_DEFINITION_KEY
- See Also:
- Constant Field Values
-
PROCESS_DEFINITION_VERSION
public static final String PROCESS_DEFINITION_VERSION
- See Also:
- Constant Field Values
-
PROCESS_DEFINITION_NAME
public static final String PROCESS_DEFINITION_NAME
- See Also:
- Constant Field Values
-
DEPLOYMENT_ID
public static final String DEPLOYMENT_ID
- See Also:
- Constant Field Values
-
DEPLOYMENT_NAME
public static final String DEPLOYMENT_NAME
- See Also:
- Constant Field Values
-
PARENT_PROCESS_INSTANCE_NAME
public static final String PARENT_PROCESS_INSTANCE_NAME
- See Also:
- Constant Field Values
-
-