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:
runin interfacePipelinePhase<I>- Throws:
Exception
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfacePipelinePhase<I>- Throws:
Exception
-