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> T
execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) getNext()
void
setNext
(CommandInterceptor next)
-
Method Details
-
execute
-
getNext
CommandInterceptor getNext() -
setNext
-