Package io.temporal.api.workflow.v1
Interface OnConflictOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OnConflictOptions,OnConflictOptions.Builder
@Generated(value="protoc", comments="annotations:OnConflictOptionsOrBuilder.java.pb.meta") public interface OnConflictOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAttachCompletionCallbacks()Attaches the completion callbacks to the running workflow.booleangetAttachLinks()Attaches the links to the WorkflowExecutionOptionsUpdatedEvent history event.booleangetAttachRequestId()Attaches the request ID to the running workflow.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAttachRequestId
boolean getAttachRequestId()
Attaches the request ID to the running workflow.
bool attach_request_id = 1;- Returns:
- The attachRequestId.
-
getAttachCompletionCallbacks
boolean getAttachCompletionCallbacks()
Attaches the completion callbacks to the running workflow.
bool attach_completion_callbacks = 2;- Returns:
- The attachCompletionCallbacks.
-
getAttachLinks
boolean getAttachLinks()
Attaches the links to the WorkflowExecutionOptionsUpdatedEvent history event.
bool attach_links = 3;- Returns:
- The attachLinks.
-
-