Interface ThrottlingAcceptHandler<I extends Request,O extends Response>

Type Parameters:
I - the type of incoming Request. Must be HttpRequest or RpcRequest.
O - the type of outgoing Response. Must be HttpResponse or RpcResponse.
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ThrottlingAcceptHandler<I extends Request,O extends Response>
A callback which is invoked to handle accepted (successful) requests indicated by ThrottlingStrategy.
See Also: