Uses of Class
com.cumulocity.sdk.client.notification2.Notification
Packages that use Notification
-
Uses of Notification in com.cumulocity.sdk.client.notification2
Methods in com.cumulocity.sdk.client.notification2 that return NotificationMethods in com.cumulocity.sdk.client.notification2 with parameters of type NotificationModifier and TypeMethodDescriptionvoid
AbstractNotificationListener.onMessage
(Notification message, String subscriptionName, String tenantId, String deviceId) void
NotificationListener.onMessage
(Notification message, String subscriptionName, String tenantId, String deviceId) Method invoked whenever there's a new notification received.void
AbstractNotificationListener.onParsingError
(Notification message, String subscriptionName, Throwable exception) Called when there's an exception while parsing payload to target object type