Interface SignalWorkflowExecutionResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SignalWorkflowExecutionResponse,SignalWorkflowExecutionResponse.Builder
@Generated(value="protoc",
comments="annotations:SignalWorkflowExecutionResponseOrBuilder.java.pb.meta")
public interface SignalWorkflowExecutionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods 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
-
hasLink
boolean hasLink()Link to be associated with the WorkflowExecutionSignaled event. Added on the response to propagate the backlink. Available from Temporal server 1.31 and up.
.temporal.api.common.v1.Link link = 1;- Returns:
- Whether the link field is set.
-
getLink
Link getLink()Link to be associated with the WorkflowExecutionSignaled event. Added on the response to propagate the backlink. Available from Temporal server 1.31 and up.
.temporal.api.common.v1.Link link = 1;- Returns:
- The link.
-
getLinkOrBuilder
LinkOrBuilder getLinkOrBuilder()Link to be associated with the WorkflowExecutionSignaled event. Added on the response to propagate the backlink. Available from Temporal server 1.31 and up.
.temporal.api.common.v1.Link link = 1;
-