Class CommandInterceptor

java.lang.Object
org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
All Implemented Interfaces:
CommandExecutor
Direct Known Subclasses:
AbstractTransactionInterceptor, CommandContextInterceptor, CommandCounterInterceptor, CommandExecutorImpl, CrdbTransactionRetryInterceptor, ExceptionCodeInterceptor, LogInterceptor, ProcessApplicationContextInterceptor, SpringTransactionInterceptor

public abstract class CommandInterceptor extends Object implements CommandExecutor
Author:
Tom Baeyens
  • Field Details

    • next

      protected CommandExecutor next
      will be initialized by the CommandInterceptorChains
  • Constructor Details

    • CommandInterceptor

      public CommandInterceptor()
  • Method Details