Package io.ably.lib.types
Class Stats.MessageTraffic
java.lang.Object
io.ably.lib.types.Stats.MessageTraffic
- Enclosing class:
- Stats
Contains a breakdown of summary stats data for traffic over various transport types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAStats.MessageTypes
object containing a breakdown of usage by message type for all messages (includes realtime, rest and webhook messages).AStats.MessageTypes
object containing a breakdown of usage by message type for messages transferred over a realtime transport such as WebSocket.AStats.MessageTypes
object containing a breakdown of usage by message type for messages transferred over a rest transport such as WebSocket.AStats.MessageTypes
object containing a breakdown of usage by message type for messages delivered using webhooks. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
all
AStats.MessageTypes
object containing a breakdown of usage by message type for all messages (includes realtime, rest and webhook messages).Spec: TS7d
-
realtime
AStats.MessageTypes
object containing a breakdown of usage by message type for messages transferred over a realtime transport such as WebSocket.Spec: TS7a
-
rest
AStats.MessageTypes
object containing a breakdown of usage by message type for messages transferred over a rest transport such as WebSocket.Spec: TS7b
-
webhook
AStats.MessageTypes
object containing a breakdown of usage by message type for messages delivered using webhooks.Spec: TS7c
-
-
Constructor Details
-
MessageTraffic
public MessageTraffic()
-