Interface CommandExecutor

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

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

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

    • execute

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