public interface AsyncJobMessageHandler
AsyncJobMessageReceiver instance.
The helper will receive the information from a message and the implementation of this class should execute the actual logic.| Modifier and Type | Method and Description |
|---|---|
boolean |
handleJob(JobEntity job)
Handle the job and its data.
|
boolean handleJob(JobEntity job)
Copyright © 2021 Flowable. All rights reserved.