Interface CommandExecutor

All Known Implementing Classes:
AbstractTransactionInterceptor, CommandContextInterceptor, CommandCounterInterceptor, CommandExecutorImpl, CommandInterceptor, ExceptionCodeInterceptor, JakartaTransactionInterceptor, JtaTransactionInterceptor, LogInterceptor, ProcessApplicationContextInterceptor, SpringTransactionInterceptor

public interface CommandExecutor
The command executor for internal usage/
Author:
Tom Baeyens
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    <T> T
    execute(Command<T> command)
     
  • Method Details Link icon

    • execute Link icon

      <T> T execute(Command<T> command)