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, io.temporal.api.sdk.v1.UserMetadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChildWorkflowCancellationType
getCancellationType()
io.temporal.api.sdk.v1.UserMetadata
getMetadata()
io.temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes.Builder
getRequest()
-
-
-
Constructor Detail
-
StartChildWorkflowExecutionParameters
public StartChildWorkflowExecutionParameters(io.temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes.Builder request, ChildWorkflowCancellationType cancellationType, @Nullable io.temporal.api.sdk.v1.UserMetadata metadata)
-
-
Method Detail
-
getRequest
public io.temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes.Builder getRequest()
-
getCancellationType
public ChildWorkflowCancellationType getCancellationType()
-
getMetadata
@Nullable public io.temporal.api.sdk.v1.UserMetadata getMetadata()
-
-