Package io.temporal.api.workflow.v1
Interface PostResetOperation.SignalWorkflowOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PostResetOperation.SignalWorkflow,PostResetOperation.SignalWorkflow.Builder
- Enclosing class:
- PostResetOperation
public static interface PostResetOperation.SignalWorkflowOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HeadergetHeader()Headers that are passed with the signal to the processing workflow.HeaderOrBuildergetHeaderOrBuilder()Headers that are passed with the signal to the processing workflow.PayloadsgetInput()Serialized value(s) to provide with the signal.PayloadsOrBuildergetInputOrBuilder()Serialized value(s) to provide with the signal.LinkgetLinks(int index)Links to be associated with the WorkflowExecutionSignaled event.intgetLinksCount()Links to be associated with the WorkflowExecutionSignaled event.java.util.List<Link>getLinksList()Links to be associated with the WorkflowExecutionSignaled event.LinkOrBuildergetLinksOrBuilder(int index)Links to be associated with the WorkflowExecutionSignaled event.java.util.List<? extends LinkOrBuilder>getLinksOrBuilderList()Links to be associated with the WorkflowExecutionSignaled event.java.lang.StringgetSignalName()The workflow author-defined name of the signal to send to the workflow.com.google.protobuf.ByteStringgetSignalNameBytes()The workflow author-defined name of the signal to send to the workflow.booleanhasHeader()Headers that are passed with the signal to the processing workflow.booleanhasInput()Serialized value(s) to provide with the signal.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSignalName
java.lang.String getSignalName()
The workflow author-defined name of the signal to send to the workflow.
string signal_name = 1;- Returns:
- The signalName.
-
getSignalNameBytes
com.google.protobuf.ByteString getSignalNameBytes()
The workflow author-defined name of the signal to send to the workflow.
string signal_name = 1;- Returns:
- The bytes for signalName.
-
hasInput
boolean hasInput()
Serialized value(s) to provide with the signal.
.temporal.api.common.v1.Payloads input = 2;- Returns:
- Whether the input field is set.
-
getInput
Payloads getInput()
Serialized value(s) to provide with the signal.
.temporal.api.common.v1.Payloads input = 2;- Returns:
- The input.
-
getInputOrBuilder
PayloadsOrBuilder getInputOrBuilder()
Serialized value(s) to provide with the signal.
.temporal.api.common.v1.Payloads input = 2;
-
hasHeader
boolean hasHeader()
Headers that are passed with the signal to the processing workflow.
.temporal.api.common.v1.Header header = 3;- Returns:
- Whether the header field is set.
-
getHeader
Header getHeader()
Headers that are passed with the signal to the processing workflow.
.temporal.api.common.v1.Header header = 3;- Returns:
- The header.
-
getHeaderOrBuilder
HeaderOrBuilder getHeaderOrBuilder()
Headers that are passed with the signal to the processing workflow.
.temporal.api.common.v1.Header header = 3;
-
getLinksList
java.util.List<Link> getLinksList()
Links to be associated with the WorkflowExecutionSignaled event.
repeated .temporal.api.common.v1.Link links = 4;
-
getLinks
Link getLinks(int index)
Links to be associated with the WorkflowExecutionSignaled event.
repeated .temporal.api.common.v1.Link links = 4;
-
getLinksCount
int getLinksCount()
Links to be associated with the WorkflowExecutionSignaled event.
repeated .temporal.api.common.v1.Link links = 4;
-
getLinksOrBuilderList
java.util.List<? extends LinkOrBuilder> getLinksOrBuilderList()
Links to be associated with the WorkflowExecutionSignaled event.
repeated .temporal.api.common.v1.Link links = 4;
-
getLinksOrBuilder
LinkOrBuilder getLinksOrBuilder(int index)
Links to be associated with the WorkflowExecutionSignaled event.
repeated .temporal.api.common.v1.Link links = 4;
-
-