Uses of Class
org.flowable.job.service.impl.asyncexecutor.AsyncJobExecutorConfiguration
-
Packages that use AsyncJobExecutorConfiguration Package Description org.flowable.job.service.impl.asyncexecutor -
-
Uses of AsyncJobExecutorConfiguration in org.flowable.job.service.impl.asyncexecutor
Fields in org.flowable.job.service.impl.asyncexecutor declared as AsyncJobExecutorConfiguration Modifier and Type Field Description protected AsyncJobExecutorConfigurationAbstractAsyncExecutor. configurationMethods in org.flowable.job.service.impl.asyncexecutor that return AsyncJobExecutorConfiguration Modifier and Type Method Description AsyncJobExecutorConfigurationAbstractAsyncExecutor. getConfiguration()Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type AsyncJobExecutorConfiguration Modifier and Type Method Description voidAbstractAsyncExecutor. setConfiguration(AsyncJobExecutorConfiguration configuration)Constructors in org.flowable.job.service.impl.asyncexecutor with parameters of type AsyncJobExecutorConfiguration Constructor Description AbstractAsyncExecutor(AsyncJobExecutorConfiguration configuration)DefaultAsyncHistoryJobExecutor(AsyncJobExecutorConfiguration configuration)DefaultAsyncJobExecutor(AsyncJobExecutorConfiguration configuration)
-