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:
    Range.sync(RangeRunner), Range#setSyncLevel(Range.SyncLevel)
    • Method Detail

      • run

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