Interface CommandInterceptor
- All Known Implementing Classes:
AbstractCommandInterceptor,BpmnOverrideContextInterceptor,CmmnCommandInvoker,CommandContextInterceptor,CommandInvoker,CrDbRetryInterceptor,DefaultCommandInvoker,DmnCommandInvoker,JtaRetryInterceptor,JtaTransactionInterceptor,LogInterceptor,RetryInterceptor,SpringTransactionInterceptor,TotalExecutionTimeCommandInterceptor,TransactionContextInterceptor
public interface CommandInterceptor
- Author:
- Tom Baeyens
-
Method Summary
Modifier and TypeMethodDescription<T> Texecute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) getNext()voidsetNext(CommandInterceptor next)
-
Method Details
-
execute
-
getNext
CommandInterceptor getNext() -
setNext
-