Class MessageEventReceivedRequest.Builder
Object
Builder
- Enclosing class:
MessageEventReceivedRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()but()Deprecated.This method will be removed in the future.messageName(String messageName) Required. The name of the message event.processInstanceId(String processInstanceId) The ID of the workflow execution.toString()The variables of the message event.
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useMessageEventReceivedRequest.builder()Clone method for this Builder. -
messageName
Required. The name of the message event.- Returns:
this.
-
processInstanceId
The ID of the workflow execution.- Returns:
this.
-
variables
The variables of the message event.- Returns:
this.
-
build
-
toString
-