Interface Throttle
- All Known Implementing Classes:
ConstantThrottle,ExponentialBackoffThrottle
public interface Throttle
Interface to implement Throttle
-
Method Summary
-
Method Details
-
throttle
void throttle()Method to throttle the current thread
-