Package io.temporal.common.interceptors
Class WorkflowClientCallsInterceptor.WorkflowUpdateWithStartInput<R>
- java.lang.Object
-
- io.temporal.common.interceptors.WorkflowClientCallsInterceptor.WorkflowUpdateWithStartInput<R>
-
- Enclosing interface:
- WorkflowClientCallsInterceptor
public static final class WorkflowClientCallsInterceptor.WorkflowUpdateWithStartInput<R> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WorkflowUpdateWithStartInput(WorkflowClientCallsInterceptor.WorkflowStartInput workflowStartInput, UpdateWithStartWorkflowOperation<R> updateOperation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateWithStartWorkflowOperation<R>getUpdateOperation()WorkflowClientCallsInterceptor.WorkflowStartInputgetWorkflowStartInput()
-
-
-
Constructor Detail
-
WorkflowUpdateWithStartInput
public WorkflowUpdateWithStartInput(WorkflowClientCallsInterceptor.WorkflowStartInput workflowStartInput, UpdateWithStartWorkflowOperation<R> updateOperation)
-
-
Method Detail
-
getWorkflowStartInput
public WorkflowClientCallsInterceptor.WorkflowStartInput getWorkflowStartInput()
-
getUpdateOperation
public UpdateWithStartWorkflowOperation<R> getUpdateOperation()
-
-