Uses of Interface
org.flowable.job.service.JobProcessor
-
Packages that use JobProcessor Package Description org.flowable.job.service -
-
Uses of JobProcessor in org.flowable.job.service
Fields in org.flowable.job.service with type parameters of type JobProcessor Modifier and Type Field Description protected List<JobProcessor>JobServiceConfiguration. jobProcessorsMethods in org.flowable.job.service that return types with arguments of type JobProcessor Modifier and Type Method Description List<JobProcessor>JobServiceConfiguration. getJobProcessors()Method parameters in org.flowable.job.service with type arguments of type JobProcessor Modifier and Type Method Description JobServiceConfigurationJobServiceConfiguration. setJobProcessors(List<JobProcessor> jobProcessors)
-