Class MessageEventPayload
- java.lang.Object
-
- org.activiti.api.process.model.payloads.MessageEventPayload
-
- All Implemented Interfaces:
Serializable,Payload
public class MessageEventPayload extends Object implements Payload
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageEventPayload()MessageEventPayload(String name, String correlationKey, String businessKey, Map<String,Object> variables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetBusinessKey()StringgetCorrelationKey()StringgetId()StringgetName()Map<String,Object>getVariables()inthashCode()StringtoString()
-