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, WorkflowClientCallsInterceptor.StartUpdateInput<R> workflowUpdateInput)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowClientCallsInterceptor.StartUpdateInput<R>getStartUpdateInput()WorkflowClientCallsInterceptor.WorkflowStartInputgetWorkflowStartInput()
-
-
-
Constructor Detail
-
WorkflowUpdateWithStartInput
public WorkflowUpdateWithStartInput(WorkflowClientCallsInterceptor.WorkflowStartInput workflowStartInput, WorkflowClientCallsInterceptor.StartUpdateInput<R> workflowUpdateInput)
-
-
Method Detail
-
getWorkflowStartInput
public WorkflowClientCallsInterceptor.WorkflowStartInput getWorkflowStartInput()
-
getStartUpdateInput
public WorkflowClientCallsInterceptor.StartUpdateInput<R> getStartUpdateInput()
-
-