Interface QueueStats
public interface QueueStats
QueueStats
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic QueueStats.Builder
builder()
Getting builderThe 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
Getting builder- Returns:
- New Builder instance
-