Interface CommandInterceptor
- All Known Implementing Classes:
AbstractCommandInterceptor,CommandContextInterceptor,CommandInvoker,DebugCommandInvoker,JtaRetryInterceptor,JtaTransactionInterceptor,LoggingCommandInvoker,LogInterceptor,RetryInterceptor,TotalExecutionTimeCommandInterceptor,TransactionContextInterceptor
-
Method Summary
Modifier and TypeMethodDescription<T> Texecute(CommandConfig config, Command<T> command) getNext()voidsetNext(CommandInterceptor next)
-
Method Details
-
execute
-
getNext
CommandInterceptor getNext() -
setNext
-