public interface ClientThrottler
A Throttler is used to restrict a client's message queue so that the volume
of messages sent to the client is limited in some way. The meaning of the
limit depends upon the Throttler type
.
Modifier and Type | Method and Description |
---|---|
int |
getLimit()
Returns the Throttler limit.
|
ClientThrottlerType |
getType()
Returns the Throttler type.
|
ClientThrottlerType getType()
int getLimit()
The meaning of this limit will depend upon the
Throttler type
.
Copyright © 2016 Push Technology Ltd. All Rights Reserved.