Package org.flowable.external.worker
Interface WorkerContextAwareFlowableWorkerJobListener
- All Superinterfaces:
FlowableWorkerJobListener
- All Known Implementing Classes:
MessagingWorkerJobListenerAdapter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface WorkerContextAwareFlowableWorkerJobListener
extends FlowableWorkerJobListener
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidvoidonAcquiredJob(AcquiredExternalWorkerJob job, WorkerContext workerContext)
-
Method Details
-
onAcquiredJob
- Specified by:
onAcquiredJobin interfaceFlowableWorkerJobListener
-
onAcquiredJob
- Specified by:
onAcquiredJobin interfaceFlowableWorkerJobListener
-