Package io.ably.lib.types
Class Stats.MessageTypes
java.lang.Object
io.ably.lib.types.Stats.MessageTypes
- Enclosing class:
- Stats
Contains a breakdown of summary stats data for different (channel vs presence) message types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAStats.MessageCount
object containing the count and byte value of messages and presence messages.AStats.MessageCount
object containing the count and byte value of messages.AStats.MessageCount
object containing the count and byte value of presence messages. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
all
AStats.MessageCount
object containing the count and byte value of messages and presence messages.Spec: TS6c
-
messages
AStats.MessageCount
object containing the count and byte value of messages.Spec: TS6a
-
presence
AStats.MessageCount
object containing the count and byte value of presence messages.Spec: TS6b
-
-
Constructor Details
-
MessageTypes
public MessageTypes()
-