Package io.ably.lib.types
Class Stats.PushedMessages
java.lang.Object
io.ably.lib.types.Stats.PushedMessages
- Enclosing class:
- Stats
Details the stats on push notifications.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
Total number of direct publishes.int
Total number of push messages.The count of push notifications. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
messages
public int messagesTotal number of push messages.Spec: TS10a
-
notifications
The count of push notifications.Spec: TS10c
-
directPublishes
public int directPublishesTotal number of direct publishes.Spec: TS10b
-
-
Constructor Details
-
PushedMessages
public PushedMessages()
-