Package io.kestra.core.runners
Class FlowListeners
java.lang.Object
io.kestra.core.runners.FlowListeners
- All Implemented Interfaces:
FlowListenersInterface
-
Constructor Summary
ConstructorsConstructorDescriptionFlowListeners(FlowRepositoryInterface flowRepository, QueueInterface<Flow> flowQueue) -
Method Summary
-
Constructor Details
-
FlowListeners
@Inject public FlowListeners(FlowRepositoryInterface flowRepository, @Named("flowQueue") QueueInterface<Flow> flowQueue)
-
-
Method Details
-
run
public void run()- Specified by:
runin interfaceFlowListenersInterface
-
listen
- Specified by:
listenin interfaceFlowListenersInterface
-
listen
- Specified by:
listenin interfaceFlowListenersInterface
-
flows
- Specified by:
flowsin interfaceFlowListenersInterface
-