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 Summary

    Modifier and Type
    Method
    Description
    void
    execute(Operation operation)
     
  • Method Details

    • execute

      void execute(Operation operation)