Class BatchMonitorJobDeclaration

java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration<BatchEntity,MessageEntity>
org.camunda.bpm.engine.impl.batch.BatchMonitorJobDeclaration
All Implemented Interfaces:
Serializable

public class BatchMonitorJobDeclaration extends JobDeclaration<BatchEntity,MessageEntity>
Job declaration for batch monitor jobs. The batch monitor job polls for the completion of the batch.
See Also: