Package io.temporal.common.interceptors
Class WorkflowClientCallsInterceptor.CountWorkflowOutput
- java.lang.Object
-
- io.temporal.common.interceptors.WorkflowClientCallsInterceptor.CountWorkflowOutput
-
- Enclosing interface:
- WorkflowClientCallsInterceptor
public static final class WorkflowClientCallsInterceptor.CountWorkflowOutput extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CountWorkflowOutput(WorkflowExecutionCount count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowExecutionCountgetCount()
-
-
-
Constructor Detail
-
CountWorkflowOutput
public CountWorkflowOutput(WorkflowExecutionCount count)
-
-
Method Detail
-
getCount
public WorkflowExecutionCount getCount()
-
-