Class AbstractMessageBasedJobManager

java.lang.Object
org.flowable.job.service.impl.asyncexecutor.DefaultJobManager
org.flowable.job.service.impl.asyncexecutor.message.AbstractMessageBasedJobManager
All Implemented Interfaces:
JobManager

public abstract class AbstractMessageBasedJobManager extends DefaultJobManager
Abstract class that contains the main logic to send information about an async history data job to a message queue. Subclasses are responsible for implementing the actual sending logic.
Author:
Joram Barrez