Package | Description |
---|---|
com.pushtechnology.diffusion.api.publisher |
Diffusion Internal Publisher API.
|
Modifier and Type | Method and Description |
---|---|
static ClientThrottlerType |
ClientThrottlerType.fromString(String symbol)
Returns type enum from string representation.
|
ClientThrottlerType |
ClientThrottler.getType()
Returns the Throttler type.
|
static ClientThrottlerType |
ClientThrottlerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientThrottlerType[] |
ClientThrottlerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ClientThrottler |
Client.throttle(ClientThrottlerType type,
int limit)
Throttle the Client's queue.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.