Package io.keikai.api

Interface RangeRunner


public interface RangeRunner
The runner to help you run multiple Range APIs in synchronization.
Since:
3.0.0
Author:
dennis
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(Range range)
    main execution method
  • Method Details

    • run

      void run(Range range)
      main execution method
      Parameters:
      range - the range to process