Class StartChildWorkflowExecutionParameters
- java.lang.Object
-
- io.temporal.internal.statemachines.StartChildWorkflowExecutionParameters
-
public final class StartChildWorkflowExecutionParameters extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StartChildWorkflowExecutionParameters(io.temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes.Builder request, ChildWorkflowCancellationType cancellationType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChildWorkflowCancellationTypegetCancellationType()io.temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes.BuildergetRequest()
-
-
-
Constructor Detail
-
StartChildWorkflowExecutionParameters
public StartChildWorkflowExecutionParameters(io.temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes.Builder request, ChildWorkflowCancellationType cancellationType)
-
-
Method Detail
-
getRequest
public io.temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes.Builder getRequest()
-
getCancellationType
public ChildWorkflowCancellationType getCancellationType()
-
-