Package io.temporal.api.history.v1
Interface SignalExternalWorkflowExecutionInitiatedEventAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SignalExternalWorkflowExecutionInitiatedEventAttributes,SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder
@Generated(value="protoc", comments="annotations:SignalExternalWorkflowExecutionInitiatedEventAttributesOrBuilder.java.pb.meta") public interface SignalExternalWorkflowExecutionInitiatedEventAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleangetChildWorkflowOnly()Workers are expected to set this to true if the workflow they are requesting to cancel is a child of the workflow which issued the requestjava.lang.StringgetControl()Deprecated.temporal.api.history.v1.SignalExternalWorkflowExecutionInitiatedEventAttributes.control is deprecated.com.google.protobuf.ByteStringgetControlBytes()Deprecated.temporal.api.history.v1.SignalExternalWorkflowExecutionInitiatedEventAttributes.control is deprecated.HeadergetHeader().temporal.api.common.v1.Header header = 8;HeaderOrBuildergetHeaderOrBuilder().temporal.api.common.v1.Header header = 8;PayloadsgetInput()Serialized arguments to provide to the signal handlerPayloadsOrBuildergetInputOrBuilder()Serialized arguments to provide to the signal handlerjava.lang.StringgetNamespace()Namespace of the to-be-signalled workflow.com.google.protobuf.ByteStringgetNamespaceBytes()Namespace of the to-be-signalled workflow.java.lang.StringgetNamespaceId()string namespace_id = 9;com.google.protobuf.ByteStringgetNamespaceIdBytes()string namespace_id = 9;java.lang.StringgetSignalName()name/type of the signal to fire in the external workflowcom.google.protobuf.ByteStringgetSignalNameBytes()name/type of the signal to fire in the external workflowWorkflowExecutiongetWorkflowExecution().temporal.api.common.v1.WorkflowExecution workflow_execution = 3;WorkflowExecutionOrBuildergetWorkflowExecutionOrBuilder().temporal.api.common.v1.WorkflowExecution workflow_execution = 3;longgetWorkflowTaskCompletedEventId()The `WORKFLOW_TASK_COMPLETED` event which this command was reported withbooleanhasHeader().temporal.api.common.v1.Header header = 8;booleanhasInput()Serialized arguments to provide to the signal handlerbooleanhasWorkflowExecution().temporal.api.common.v1.WorkflowExecution workflow_execution = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getWorkflowTaskCompletedEventId
long getWorkflowTaskCompletedEventId()
The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
int64 workflow_task_completed_event_id = 1;- Returns:
- The workflowTaskCompletedEventId.
-
getNamespace
java.lang.String getNamespace()
Namespace of the to-be-signalled workflow. SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
string namespace = 2;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
Namespace of the to-be-signalled workflow. SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
string namespace = 2;- Returns:
- The bytes for namespace.
-
getNamespaceId
java.lang.String getNamespaceId()
string namespace_id = 9;- Returns:
- The namespaceId.
-
getNamespaceIdBytes
com.google.protobuf.ByteString getNamespaceIdBytes()
string namespace_id = 9;- Returns:
- The bytes for namespaceId.
-
hasWorkflowExecution
boolean hasWorkflowExecution()
.temporal.api.common.v1.WorkflowExecution workflow_execution = 3;- Returns:
- Whether the workflowExecution field is set.
-
getWorkflowExecution
WorkflowExecution getWorkflowExecution()
.temporal.api.common.v1.WorkflowExecution workflow_execution = 3;- Returns:
- The workflowExecution.
-
getWorkflowExecutionOrBuilder
WorkflowExecutionOrBuilder getWorkflowExecutionOrBuilder()
.temporal.api.common.v1.WorkflowExecution workflow_execution = 3;
-
getSignalName
java.lang.String getSignalName()
name/type of the signal to fire in the external workflow
string signal_name = 4;- Returns:
- The signalName.
-
getSignalNameBytes
com.google.protobuf.ByteString getSignalNameBytes()
name/type of the signal to fire in the external workflow
string signal_name = 4;- Returns:
- The bytes for signalName.
-
hasInput
boolean hasInput()
Serialized arguments to provide to the signal handler
.temporal.api.common.v1.Payloads input = 5;- Returns:
- Whether the input field is set.
-
getInput
Payloads getInput()
Serialized arguments to provide to the signal handler
.temporal.api.common.v1.Payloads input = 5;- Returns:
- The input.
-
getInputOrBuilder
PayloadsOrBuilder getInputOrBuilder()
Serialized arguments to provide to the signal handler
.temporal.api.common.v1.Payloads input = 5;
-
getControl
@Deprecated java.lang.String getControl()
Deprecated.temporal.api.history.v1.SignalExternalWorkflowExecutionInitiatedEventAttributes.control is deprecated. See temporal/api/history/v1/message.proto;l=605Deprecated.
string control = 6 [deprecated = true];- Returns:
- The control.
-
getControlBytes
@Deprecated com.google.protobuf.ByteString getControlBytes()
Deprecated.temporal.api.history.v1.SignalExternalWorkflowExecutionInitiatedEventAttributes.control is deprecated. See temporal/api/history/v1/message.proto;l=605Deprecated.
string control = 6 [deprecated = true];- Returns:
- The bytes for control.
-
getChildWorkflowOnly
boolean getChildWorkflowOnly()
Workers are expected to set this to true if the workflow they are requesting to cancel is a child of the workflow which issued the request
bool child_workflow_only = 7;- Returns:
- The childWorkflowOnly.
-
hasHeader
boolean hasHeader()
.temporal.api.common.v1.Header header = 8;- Returns:
- Whether the header field is set.
-
getHeader
Header getHeader()
.temporal.api.common.v1.Header header = 8;- Returns:
- The header.
-
getHeaderOrBuilder
HeaderOrBuilder getHeaderOrBuilder()
.temporal.api.common.v1.Header header = 8;
-
-