Class MessageEventHeaders
- java.lang.Object
-
- org.activiti.cloud.services.messages.events.MessageEventHeaders
-
public final class MessageEventHeaders extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringMESSAGE_EVENT_BUSINESS_KEYstatic StringMESSAGE_EVENT_CORRELATION_KEYstatic StringMESSAGE_EVENT_IDstatic StringMESSAGE_EVENT_NAMEstatic StringMESSAGE_EVENT_OUTPUT_DESTINATIONstatic StringMESSAGE_EVENT_TYPE
-
Constructor Summary
Constructors Constructor Description MessageEventHeaders()
-
-
-
Field Detail
-
MESSAGE_EVENT_ID
public static final String MESSAGE_EVENT_ID
- See Also:
- Constant Field Values
-
MESSAGE_EVENT_NAME
public static final String MESSAGE_EVENT_NAME
- See Also:
- Constant Field Values
-
MESSAGE_EVENT_TYPE
public static final String MESSAGE_EVENT_TYPE
- See Also:
- Constant Field Values
-
MESSAGE_EVENT_CORRELATION_KEY
public static final String MESSAGE_EVENT_CORRELATION_KEY
- See Also:
- Constant Field Values
-
MESSAGE_EVENT_BUSINESS_KEY
public static final String MESSAGE_EVENT_BUSINESS_KEY
- See Also:
- Constant Field Values
-
MESSAGE_EVENT_OUTPUT_DESTINATION
public static final String MESSAGE_EVENT_OUTPUT_DESTINATION
- See Also:
- Constant Field Values
-
-