Class SinkPhase<I>
java.lang.Object
tech.illuin.pipeline.execution.phase.impl.SinkPhase<I>
- All Implemented Interfaces:
AutoCloseable
,PipelinePhase<I>
- Author:
- Pierre Lecerf ([email protected])
-
Constructor Summary
ConstructorsConstructorDescriptionSinkPhase
(String pipelineId, List<SinkDescriptor> sinks, Supplier<ExecutorService> sinkExecutorProvider, int closeTimeout, UIDGenerator uidGenerator, ObservabilityManager observabilityManager) -
Method Summary
-
Constructor Details
-
SinkPhase
public SinkPhase(String pipelineId, List<SinkDescriptor> sinks, Supplier<ExecutorService> sinkExecutorProvider, int closeTimeout, UIDGenerator uidGenerator, ObservabilityManager observabilityManager)
-
-
Method Details
-
run
- Specified by:
run
in interfacePipelinePhase<I>
- Throws:
Exception
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfacePipelinePhase<I>
- Throws:
Exception
-