| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl.cfg | |
| org.camunda.bpm.engine.impl.interceptor |
| Modifier and Type | Field and Description |
|---|---|
protected CommandInterceptor |
ProcessEngineConfigurationImpl.actualCommandExecutor |
| Modifier and Type | Field and Description |
|---|---|
protected List<CommandInterceptor> |
ProcessEngineConfigurationImpl.commandInterceptorsTxRequired |
protected List<CommandInterceptor> |
ProcessEngineConfigurationImpl.commandInterceptorsTxRequiresNew |
protected List<CommandInterceptor> |
ProcessEngineConfigurationImpl.customPostCommandInterceptorsTxRequired |
protected List<CommandInterceptor> |
ProcessEngineConfigurationImpl.customPostCommandInterceptorsTxRequiresNew |
protected List<CommandInterceptor> |
ProcessEngineConfigurationImpl.customPreCommandInterceptorsTxRequired
the configurable list which will be
processed to build the ProcessEngineConfigurationImpl.commandExecutorTxRequired |
protected List<CommandInterceptor> |
ProcessEngineConfigurationImpl.customPreCommandInterceptorsTxRequiresNew
the configurable list which will be
processed to build the ProcessEngineConfigurationImpl.commandExecutorTxRequiresNew |
| Modifier and Type | Method and Description |
|---|---|
protected CommandInterceptor |
ProcessEngineConfigurationImpl.initInterceptorChain(List<CommandInterceptor> chain) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandContextInterceptor
Interceptor used for opening the
CommandContext and CommandInvocationContext. |
class |
CommandCounterInterceptor |
class |
CommandExecutorImpl |
class |
CrdbTransactionRetryInterceptor
A CockroachDB-specific Command interceptor to catch optimistic locking
errors (classified as a
CrdbTransactionRetryException). |
class |
JtaTransactionInterceptor |
class |
LogInterceptor |
class |
ProcessApplicationContextInterceptor |
Copyright © 2013–2021 camunda services GmbH. All rights reserved.