Package io.ably.lib.types
Class SummaryClientIdList
java.lang.Object
io.ably.lib.types.SummaryClientIdList
The summary entry for aggregated annotations that use the flag.v1
aggregation method; also the per-name value for some other aggregation methods.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA list of the clientIds of all clients who have published an annotation with this name (or type, depending on context).final booleanWhether the list of clientIds has been clipped due to exceeding the maximum number of clients.final intThe sum of the counts from all clients who have published an annotation with this name -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
total
public final int totalThe sum of the counts from all clients who have published an annotation with this name -
clientIds
A list of the clientIds of all clients who have published an annotation with this name (or type, depending on context). -
clipped
public final boolean clippedWhether the list of clientIds has been clipped due to exceeding the maximum number of clients.
-
-
Constructor Details
-
SummaryClientIdList
-