| Modifier and Type | Field and Description |
|---|---|
protected ExecuteAsyncRunnableFactory |
CmmnEngineConfiguration.asyncExecutorExecuteAsyncRunnableFactory
Allows to define a custom factory for creating the
Runnable that is executed by the async executor. |
| Modifier and Type | Method and Description |
|---|---|
ExecuteAsyncRunnableFactory |
CmmnEngineConfiguration.getAsyncExecutorExecuteAsyncRunnableFactory() |
| Modifier and Type | Method and Description |
|---|---|
CmmnEngineConfiguration |
CmmnEngineConfiguration.setAsyncExecutorExecuteAsyncRunnableFactory(ExecuteAsyncRunnableFactory asyncExecutorExecuteAsyncRunnableFactory) |
| Modifier and Type | Field and Description |
|---|---|
protected ExecuteAsyncRunnableFactory |
ProcessEngineConfigurationImpl.asyncExecutorExecuteAsyncRunnableFactory
Allows to define a custom factory for creating the
Runnable that is executed by the async executor. |
| Modifier and Type | Method and Description |
|---|---|
ExecuteAsyncRunnableFactory |
ProcessEngineConfigurationImpl.getAsyncExecutorExecuteAsyncRunnableFactory() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setAsyncExecutorExecuteAsyncRunnableFactory(ExecuteAsyncRunnableFactory asyncExecutorExecuteAsyncRunnableFactory) |
| Modifier and Type | Field and Description |
|---|---|
protected ExecuteAsyncRunnableFactory |
AbstractAsyncExecutor.executeAsyncRunnableFactory |
| Modifier and Type | Method and Description |
|---|---|
ExecuteAsyncRunnableFactory |
AbstractAsyncExecutor.getExecuteAsyncRunnableFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAsyncExecutor.setExecuteAsyncRunnableFactory(ExecuteAsyncRunnableFactory executeAsyncRunnableFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
TenantAwareExecuteAsyncRunnableFactory
|
Copyright © 2023 Flowable. All rights reserved.