public interface QueueStats
QueueStats
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Dedicated Builder
  • Method Summary

    Modifier and Type
    Method
    Description
    Getting builder
    The limit of the App's MT queue.
    The current size of the App's MT queue.
  • Method Details

    • getOutboundSize

      Long getOutboundSize()
      The current size of the App's MT queue.
      Returns:
      outboundSize
      Read Only
      This field is returned by the server and cannot be modified
    • getOutboundLimit

      Long getOutboundLimit()
      The limit of the App's MT queue. The default limit is 500000 messages.
      Returns:
      outboundLimit
      Read Only
      This field is returned by the server and cannot be modified
    • builder

      static QueueStats.Builder builder()
      Getting builder
      Returns:
      New Builder instance