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

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

    Methods in org.flowable.spring.boot with annotations of type ProcessAsyncHistory
    Modifier and Type
    Method
    Description
    org.flowable.spring.job.service.SpringAsyncHistoryExecutor
    ProcessEngineAutoConfiguration.asyncHistoryExecutor(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)
     
    org.flowable.job.service.impl.asyncexecutor.AsyncJobExecutorConfiguration
    ProcessEngineAutoConfiguration.processAsyncHistoryExecutorConfiguration()
     
    Method parameters in org.flowable.spring.boot with annotations of type ProcessAsyncHistory
    Modifier and Type
    Method
    Description
    org.flowable.spring.job.service.SpringAsyncHistoryExecutor
    ProcessEngineAutoConfiguration.asyncHistoryExecutor(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)
     
    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)