public interface BatchJobInstanceSchedulingStrategy
| Modifier and Type | Method and Description |
|---|---|
BatchJobInstance |
next(List<BatchJobInstance> executableInstances) |
BatchJobInstance next(List<BatchJobInstance> executableInstances) throws org.mule.runtime.api.exception.MuleException
executableInstances - a List with the
BatchJobInstance that are elegible for executionBatchJobInstance or null if no
elegible instance is foundorg.mule.runtime.api.exception.MuleExceptionCopyright © 2006–2019 MuleSoft, Inc.. All rights reserved.