Class ExternalWorkflowExecutionSignaledEventAttributes
- All Implemented Interfaces:
Serializable,Cloneable
Provides details of the ExternalWorkflowExecutionSignaled event.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe ID of theSignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowExecutiondecision to request this signal.The external workflow execution that the signal was delivered to.inthashCode()voidsetInitiatedEventId(Long initiatedEventId) The ID of theSignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowExecutiondecision to request this signal.voidsetWorkflowExecution(WorkflowExecution workflowExecution) The external workflow execution that the signal was delivered to.toString()Returns a string representation of this object; useful for testing and debugging.withInitiatedEventId(Long initiatedEventId) The ID of theSignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowExecutiondecision to request this signal.withWorkflowExecution(WorkflowExecution workflowExecution) The external workflow execution that the signal was delivered to.
-
Constructor Details
-
ExternalWorkflowExecutionSignaledEventAttributes
public ExternalWorkflowExecutionSignaledEventAttributes()
-
-
Method Details
-
setWorkflowExecution
The external workflow execution that the signal was delivered to.
- Parameters:
workflowExecution- The external workflow execution that the signal was delivered to.
-
getWorkflowExecution
The external workflow execution that the signal was delivered to.
- Returns:
- The external workflow execution that the signal was delivered to.
-
withWorkflowExecution
public ExternalWorkflowExecutionSignaledEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution) The external workflow execution that the signal was delivered to.
- Parameters:
workflowExecution- The external workflow execution that the signal was delivered to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setInitiatedEventId
The ID of the
SignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowExecutiondecision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.- Parameters:
initiatedEventId- The ID of theSignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowExecutiondecision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
-
getInitiatedEventId
The ID of the
SignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowExecutiondecision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.- Returns:
- The ID of the
SignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowExecutiondecision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
-
withInitiatedEventId
The ID of the
SignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowExecutiondecision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.- Parameters:
initiatedEventId- The ID of theSignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowExecutiondecision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-