Class AbstractThrottlingService<I extends Request,O extends Response>

All Implemented Interfaces:
Unwrappable, Service<I,O>
Direct Known Subclasses:
ThrottlingRpcService, ThrottlingService

public abstract class AbstractThrottlingService<I extends Request,O extends Response> extends SimpleDecoratingService<I,O>
Decorates a Service to throttle incoming requests.