Uses of Interface
com.opencloud.rhino.limiting.LimiterEndpoint
-
Packages that use LimiterEndpoint Package Description com.opencloud.rhino.limiting -
-
Uses of LimiterEndpoint in com.opencloud.rhino.limiting
Subinterfaces of LimiterEndpoint in com.opencloud.rhino.limiting Modifier and Type Interface Description interface
RateLimiterEndpoint
A limiter endpoint that can be (administratively) connected to a Rate Limiter or a Queue Saturation Limiter.Methods in com.opencloud.rhino.limiting that return types with arguments of type LimiterEndpoint Modifier and Type Method Description Class<? extends LimiterEndpoint>
LimiterEndpointType. getImplType()
Get the interface implemented by limiter endpoints of this type.
-