Interface ServiceBusCommandExecutor<T extends ServiceBusCommand>

  • Type Parameters:
    T - ServiceBusCommand type

    public interface ServiceBusCommandExecutor<T extends ServiceBusCommand>
    Interface for command executors
    • Method Detail

      • execute

        void execute​(T command)
        Handle execution of the provided command
        Parameters:
        command - command to execute