Package io.ably.lib.types
Class Stats.MessageTypes
- java.lang.Object
-
- io.ably.lib.types.Stats.MessageTypes
-
- Enclosing class:
- Stats
public static class Stats.MessageTypes extends java.lang.ObjectContains a breakdown of summary stats data for different (channel vs presence) message types.
-
-
Field Summary
Fields Modifier and Type Field Description Stats.MessageCategoryallAStats.MessageCountobject containing the count and byte value of messages and presence messages.Stats.MessageCategorymessagesAStats.MessageCountobject containing the count and byte value of messages.Stats.MessageCategorypresenceAStats.MessageCountobject containing the count and byte value of presence messages.
-
Constructor Summary
Constructors Constructor Description MessageTypes()
-
-
-
Field Detail
-
all
public Stats.MessageCategory all
AStats.MessageCountobject containing the count and byte value of messages and presence messages.Spec: TS6c
-
messages
public Stats.MessageCategory messages
AStats.MessageCountobject containing the count and byte value of messages.Spec: TS6a
-
presence
public Stats.MessageCategory presence
AStats.MessageCountobject containing the count and byte value of presence messages.Spec: TS6b
-
-