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.Object
Contains 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() -
Method Summary
-
Field Details
-
all
AStats.MessageCountobject containing the count and byte value of messages and presence messages.Spec: TS6c
-
messages
AStats.MessageCountobject containing the count and byte value of messages.Spec: TS6a
-
presence
AStats.MessageCountobject containing the count and byte value of presence messages.Spec: TS6b
-
-
Constructor Details
-
MessageTypes
public MessageTypes()
-