Uses of Annotation Interface
org.flowable.spring.boot.process.ProcessAsync

Packages that use ProcessAsync
Package
Description
 
  • Uses of ProcessAsync in org.flowable.spring.boot

    Methods in org.flowable.spring.boot with annotations of type ProcessAsync
    Modifier and Type
    Method
    Description
    org.flowable.spring.job.service.SpringAsyncExecutor
    ProcessEngineAutoConfiguration.processAsyncExecutor(org.flowable.job.service.impl.asyncexecutor.AsyncJobExecutorConfiguration executorConfiguration, org.springframework.beans.factory.ObjectProvider<org.flowable.spring.job.service.SpringRejectedJobsHandler> rejectedJobsHandler, org.springframework.beans.factory.ObjectProvider<org.flowable.spring.job.service.SpringRejectedJobsHandler> processRejectedJobsHandler)
    The Async Executor must not be shared between the engines.
    org.flowable.job.service.impl.asyncexecutor.AsyncJobExecutorConfiguration
    ProcessEngineAutoConfiguration.processAsyncExecutorConfiguration()
     
    Method parameters in org.flowable.spring.boot with annotations of type ProcessAsync
    Modifier and Type
    Method
    Description
    org.flowable.spring.job.service.SpringAsyncExecutor
    ProcessEngineAutoConfiguration.processAsyncExecutor(org.flowable.job.service.impl.asyncexecutor.AsyncJobExecutorConfiguration executorConfiguration, org.springframework.beans.factory.ObjectProvider<org.flowable.spring.job.service.SpringRejectedJobsHandler> rejectedJobsHandler, org.springframework.beans.factory.ObjectProvider<org.flowable.spring.job.service.SpringRejectedJobsHandler> processRejectedJobsHandler)
    The Async Executor must not be shared between the engines.
    ProcessEngineAutoConfiguration.springProcessEngineConfiguration(DataSource dataSource, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, org.springframework.beans.factory.ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapperProvider, org.springframework.beans.factory.ObjectProvider<org.flowable.common.engine.impl.cfg.IdGenerator> processIdGenerator, org.springframework.beans.factory.ObjectProvider<org.flowable.common.engine.impl.cfg.IdGenerator> globalIdGenerator, org.springframework.beans.factory.ObjectProvider<org.flowable.job.service.impl.asyncexecutor.AsyncExecutor> asyncExecutorProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.core.task.AsyncTaskExecutor> applicationTaskExecutorProvider, org.springframework.beans.factory.ObjectProvider<org.flowable.job.service.impl.asyncexecutor.AsyncExecutor> asyncHistoryExecutorProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.core.task.AsyncTaskExecutor> taskExecutor, org.springframework.beans.factory.ObjectProvider<org.springframework.core.task.AsyncTaskExecutor> processTaskExecutor, org.springframework.beans.factory.ObjectProvider<org.flowable.common.engine.api.async.AsyncTaskExecutor> asyncTaskInvokerTaskExecutor, org.springframework.beans.factory.ObjectProvider<org.flowable.http.common.api.client.FlowableHttpClient> flowableHttpClient, org.springframework.beans.factory.ObjectProvider<org.flowable.common.spring.AutoDeploymentStrategy<ProcessEngine>> processEngineAutoDeploymentStrategies)