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.MessageCountobject containing the count and byte value of messages and presence messages.AStats.MessageCountobject containing the count and byte value of messages.AStats.MessageCountobject containing the count and byte value of presence messages. -
Constructor Summary
Constructors -
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()
-