@Immutable @Loggable(value=1) public static final class Limit.Throttled extends Object implements Limit
Limit.Smart, Limit.Throttled| Constructor and Description |
|---|
Limit.Throttled(Limit limit,
int allowed)
Public ctor.
|
public Limit.Throttled(@NotNull(message="limit is never NULL")
Limit limit,
int allowed)
limit - Original limitallowed - Maximum allowed@NotNull(message="JSON is never NULL")
public javax.json.JsonObject json()
throws IOException
JsonReadablejson in interface JsonReadableIOException - If there is any I/O problemCopyright © 2012–2014 jcabi.com. All rights reserved.