Interface CommandInterceptor
-
- All Known Implementing Classes:
AbstractCommandInterceptor,CommandContextInterceptor,CommandInvoker,DebugCommandInvoker,JtaRetryInterceptor,JtaTransactionInterceptor,LoggingCommandInvoker,LogInterceptor,RetryInterceptor,TotalExecutionTimeCommandInterceptor,TransactionContextInterceptor
@Internal public interface CommandInterceptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Texecute(CommandConfig config, Command<T> command)CommandInterceptorgetNext()voidsetNext(CommandInterceptor next)
-
-
-
Method Detail
-
execute
<T> T execute(CommandConfig config, Command<T> command)
-
getNext
CommandInterceptor getNext()
-
setNext
void setNext(CommandInterceptor next)
-
-