Class Stats.MessageTraffic

java.lang.Object
io.ably.lib.types.Stats.MessageTraffic
Enclosing class:
Stats

public static class Stats.MessageTraffic
extends java.lang.Object
Contains a breakdown of summary stats data for traffic over various transport types.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    Stats.MessageTypes all
    A Stats.MessageTypes object containing a breakdown of usage by message type for all messages (includes realtime, rest and webhook messages).
    Stats.MessageTypes realtime
    A Stats.MessageTypes object containing a breakdown of usage by message type for messages transferred over a realtime transport such as WebSocket.
    Stats.MessageTypes rest
    A Stats.MessageTypes object containing a breakdown of usage by message type for messages transferred over a rest transport such as WebSocket.
    Stats.MessageTypes webhook
    A Stats.MessageTypes object containing a breakdown of usage by message type for messages delivered using webhooks.
  • Constructor Summary

    Constructors 
    Constructor Description
    MessageTraffic()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait