Interface FlowableWorkerContainer
- All Superinterfaces:
org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.SmartLifecycle
- All Known Implementing Classes:
WorkerJobListenerContainer
public interface FlowableWorkerContainer
extends org.springframework.context.SmartLifecycle
- Author:
- Filip Hrisafov
-
Field Summary
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Method Summary
Modifier and TypeMethodDescriptionvoidsetupWorkerJobListener(FlowableWorkerJobListener workerJobListener) Methods inherited from interface org.springframework.context.Lifecycle
isRunning, start, stopMethods inherited from interface org.springframework.context.SmartLifecycle
getPhase, isAutoStartup, stop
-
Method Details
-
setupWorkerJobListener
-