Interface WorkflowExecutionSignaledEventAttributesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowExecutionSignaledEventAttributes,WorkflowExecutionSignaledEventAttributes.Builder
@Generated(value="protoc",
comments="annotations:WorkflowExecutionSignaledEventAttributesOrBuilder.java.pb.meta")
public interface WorkflowExecutionSignaledEventAttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionWhen signal origin is a workflow execution, this field is set.When signal origin is a workflow execution, this field is set.Headers that were passed by the sender of the signal and copied by temporal server into the workflow task.Headers that were passed by the sender of the signal and copied by temporal server into the workflow task.id of the worker/client who sent this signalcom.google.protobuf.ByteStringid of the worker/client who sent this signalgetInput()Will be deserialized and provided as argument(s) to the signal handlerWill be deserialized and provided as argument(s) to the signal handlerThe request ID of the Signal request, used by the server to attach this to the correct Event ID when generating link.com.google.protobuf.ByteStringThe request ID of the Signal request, used by the server to attach this to the correct Event ID when generating link.The name/type of the signal to firecom.google.protobuf.ByteStringThe name/type of the signal to firebooleanDeprecated.temporal.api.history.v1.WorkflowExecutionSignaledEventAttributes.skip_generate_workflow_task is deprecated.booleanWhen signal origin is a workflow execution, this field is set.booleanHeaders that were passed by the sender of the signal and copied by temporal server into the workflow task.booleanhasInput()Will be deserialized and provided as argument(s) to the signal handlerMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSignalName
String getSignalName()The name/type of the signal to fire
string signal_name = 1;- Returns:
- The signalName.
-
getSignalNameBytes
com.google.protobuf.ByteString getSignalNameBytes()The name/type of the signal to fire
string signal_name = 1;- Returns:
- The bytes for signalName.
-
hasInput
boolean hasInput()Will be deserialized and provided as argument(s) to the signal handler
.temporal.api.common.v1.Payloads input = 2;- Returns:
- Whether the input field is set.
-
getInput
Payloads getInput()Will be deserialized and provided as argument(s) to the signal handler
.temporal.api.common.v1.Payloads input = 2;- Returns:
- The input.
-
getInputOrBuilder
PayloadsOrBuilder getInputOrBuilder()Will be deserialized and provided as argument(s) to the signal handler
.temporal.api.common.v1.Payloads input = 2; -
getIdentity
String getIdentity()id of the worker/client who sent this signal
string identity = 3;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()id of the worker/client who sent this signal
string identity = 3;- Returns:
- The bytes for identity.
-
hasHeader
boolean hasHeader()Headers that were passed by the sender of the signal and copied by temporal server into the workflow task.
.temporal.api.common.v1.Header header = 4;- Returns:
- Whether the header field is set.
-
getHeader
Header getHeader()Headers that were passed by the sender of the signal and copied by temporal server into the workflow task.
.temporal.api.common.v1.Header header = 4;- Returns:
- The header.
-
getHeaderOrBuilder
HeaderOrBuilder getHeaderOrBuilder()Headers that were passed by the sender of the signal and copied by temporal server into the workflow task.
.temporal.api.common.v1.Header header = 4; -
getSkipGenerateWorkflowTask
Deprecated.temporal.api.history.v1.WorkflowExecutionSignaledEventAttributes.skip_generate_workflow_task is deprecated. See temporal/api/history/v1/message.proto;l=626Deprecated. This field is never respected and should always be set to false.
bool skip_generate_workflow_task = 5 [deprecated = true];- Returns:
- The skipGenerateWorkflowTask.
-
hasExternalWorkflowExecution
boolean hasExternalWorkflowExecution()When signal origin is a workflow execution, this field is set.
.temporal.api.common.v1.WorkflowExecution external_workflow_execution = 6;- Returns:
- Whether the externalWorkflowExecution field is set.
-
getExternalWorkflowExecution
WorkflowExecution getExternalWorkflowExecution()When signal origin is a workflow execution, this field is set.
.temporal.api.common.v1.WorkflowExecution external_workflow_execution = 6;- Returns:
- The externalWorkflowExecution.
-
getExternalWorkflowExecutionOrBuilder
WorkflowExecutionOrBuilder getExternalWorkflowExecutionOrBuilder()When signal origin is a workflow execution, this field is set.
.temporal.api.common.v1.WorkflowExecution external_workflow_execution = 6; -
getRequestId
String getRequestId()The request ID of the Signal request, used by the server to attach this to the correct Event ID when generating link.
string request_id = 7;- Returns:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()The request ID of the Signal request, used by the server to attach this to the correct Event ID when generating link.
string request_id = 7;- Returns:
- The bytes for requestId.
-