Package io.ably.lib.types
Class Stats.PushedMessages
java.lang.Object
io.ably.lib.types.Stats.PushedMessages
- Enclosing class:
- Stats
public static class Stats.PushedMessages
extends java.lang.Object
Details the stats on push notifications.
-
Field Summary
Fields Modifier and Type Field Description intdirectPublishesTotal number of direct publishes.intmessagesTotal number of push messages.java.util.Map<java.lang.String,java.lang.Integer>notificationsThe count of push notifications. -
Constructor Summary
Constructors Constructor Description PushedMessages() -
Method Summary
-
Field Details
-
messages
public int messagesTotal number of push messages.Spec: TS10a
-
notifications
public java.util.Map<java.lang.String,java.lang.Integer> notificationsThe count of push notifications.Spec: TS10c
-
directPublishes
public int directPublishesTotal number of direct publishes.Spec: TS10b
-
-
Constructor Details
-
PushedMessages
public PushedMessages()
-