Interface Throttle

All Known Implementing Classes:
ConstantThrottle, ExponentialBackoffThrottle

public interface Throttle
Interface to implement Throttle
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method to throttle the current thread
  • Method Details

    • throttle

      void throttle()
      Method to throttle the current thread