Class MessageEventReceivedRequest
Object
MessageEventReceivedRequest
- All Implemented Interfaces:
Serializable
The properties of the message event to be received.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired. The name of the message event.The ID of the workflow execution.The variables of the message event.inthashCode()voidsetMessageName(String messageName) Required. The name of the message event.voidsetProcessInstanceId(String processInstanceId) The ID of the workflow execution.voidsetVariables(Map<String, Object> variables) The variables of the message event.toString()
-
Constructor Details
-
MessageEventReceivedRequest
public MessageEventReceivedRequest()
-
-
Method Details
-
builder
-
getMessageName
Required. The name of the message event. -
getProcessInstanceId
The ID of the workflow execution. -
getVariables
The variables of the message event. -
setMessageName
Required. The name of the message event. -
setProcessInstanceId
The ID of the workflow execution. -
setVariables
The variables of the message event. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-