public static class Stats.MessageTraffic
extends java.lang.Object
| Modifier and Type | Field and 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 and Description |
|---|
MessageTraffic() |
public Stats.MessageTypes all
Stats.MessageTypes object containing a breakdown of usage by message type
for all messages (includes realtime, rest and webhook messages).
Spec: TS7d
public Stats.MessageTypes realtime
Stats.MessageTypes object containing a breakdown of usage by message type
for messages transferred over a realtime transport such as WebSocket.
Spec: TS7a
public Stats.MessageTypes rest
Stats.MessageTypes object containing a breakdown of usage by message type
for messages transferred over a rest transport such as WebSocket.
Spec: TS7b
public Stats.MessageTypes webhook
Stats.MessageTypes object containing a breakdown of usage by message type
for messages delivered using webhooks.
Spec: TS7c