Interface OperationExecutor


  • public interface OperationExecutor
    An operation executor is an implementation of how to execute an operation. i.e. It is the thing that does stuff to the repo.
    • Method Detail

      • execute

        void execute​(Operation operation)