Package io.ably.lib.types
Class Stats.RequestCount
java.lang.Object
io.ably.lib.types.Stats.RequestCount
- Enclosing class:
- Stats
Contains the aggregate counts for requests made.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
succeeded
public double succeededThe number of requests that succeeded.Spec: TS8a
-
failed
public double failedThe number of requests that failed.Spec: TS8b
-
refused
public double refusedThe number of requests that were refused, typically as a result of permissions or a limit being exceeded.Spec: TS8c
-
-
Constructor Details
-
RequestCount
public RequestCount()
-