Interface CommandExecutor
-
- All Known Implementing Classes:
CommandContextInterceptor
,CommandCounterInterceptor
,CommandExecutorImpl
,CommandInterceptor
,CrdbTransactionRetryInterceptor
,JtaTransactionInterceptor
,LogInterceptor
,ProcessApplicationContextInterceptor
,SpringTransactionInterceptor
public interface CommandExecutor
The command executor for internal usage/- Author:
- Tom Baeyens
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
execute(Command<T> command)
-
-
-
Method Detail
-
execute
<T> T execute(Command<T> command)
-
-