Package io.temporal.common.interceptors
Class WorkflowClientCallsInterceptor.ListWorkflowExecutionsOutput
- java.lang.Object
-
- io.temporal.common.interceptors.WorkflowClientCallsInterceptor.ListWorkflowExecutionsOutput
-
- Enclosing interface:
- WorkflowClientCallsInterceptor
public static final class WorkflowClientCallsInterceptor.ListWorkflowExecutionsOutput extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ListWorkflowExecutionsOutput(java.util.stream.Stream<WorkflowExecutionMetadata> stream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.stream.Stream<WorkflowExecutionMetadata>getStream()
-
-
-
Constructor Detail
-
ListWorkflowExecutionsOutput
public ListWorkflowExecutionsOutput(java.util.stream.Stream<WorkflowExecutionMetadata> stream)
-
-
Method Detail
-
getStream
public java.util.stream.Stream<WorkflowExecutionMetadata> getStream()
-
-