Uses of Interface
org.flowable.job.service.impl.asyncexecutor.ExecuteAsyncRunnableFactory
-
Packages that use ExecuteAsyncRunnableFactory Package Description org.flowable.job.service.impl.asyncexecutor org.flowable.job.service.impl.asyncexecutor.multitenant -
-
Uses of ExecuteAsyncRunnableFactory in org.flowable.job.service.impl.asyncexecutor
Fields in org.flowable.job.service.impl.asyncexecutor declared as ExecuteAsyncRunnableFactory Modifier and Type Field Description protected ExecuteAsyncRunnableFactoryAbstractAsyncExecutor. executeAsyncRunnableFactoryMethods in org.flowable.job.service.impl.asyncexecutor that return ExecuteAsyncRunnableFactory Modifier and Type Method Description ExecuteAsyncRunnableFactoryAbstractAsyncExecutor. getExecuteAsyncRunnableFactory()Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type ExecuteAsyncRunnableFactory Modifier and Type Method Description voidAbstractAsyncExecutor. setExecuteAsyncRunnableFactory(ExecuteAsyncRunnableFactory executeAsyncRunnableFactory) -
Uses of ExecuteAsyncRunnableFactory in org.flowable.job.service.impl.asyncexecutor.multitenant
Classes in org.flowable.job.service.impl.asyncexecutor.multitenant that implement ExecuteAsyncRunnableFactory Modifier and Type Class Description classTenantAwareExecuteAsyncRunnableFactory
-