Uses of Interface
com.cumulocity.sdk.client.notification.Subscription
Package
Description
-
Uses of Subscription in com.cumulocity.sdk.client.cep.notification
Modifier and TypeMethodDescriptionInventoryRealtimeDeleteAwareNotificationsSubscriber.subscribe
(String agentId, SubscribeOperationListener subscribeOperationListener, SubscriptionListener<String, ManagedObjectDeleteAwareNotification> handler, boolean autoRetry) InventoryRealtimeDeleteAwareNotificationsSubscriber.subscribe
(String channelID, SubscriptionListener<String, ManagedObjectDeleteAwareNotification> handler) InventoryRealtimeNotificationsSubscriber.subscribe
(String channelID, SubscribeOperationListener subscribeOperationListener, SubscriptionListener<String, ManagedObjectNotification> handler, boolean autoRetry) Deprecated.InventoryRealtimeNotificationsSubscriber.subscribe
(String channelID, SubscriptionListener<String, ManagedObjectNotification> handler) Deprecated.This method does NOT allow to receive device realtime DELETE actions -
Uses of Subscription in com.cumulocity.sdk.client.devicecontrol.notification
Modifier and TypeMethodDescriptionOperationNotificationSubscriber.subscribe
(GId agentId, SubscribeOperationListener subscribeOperationListener, SubscriptionListener<GId, OperationRepresentation> handler, boolean autoRetry) OperationNotificationSubscriber.subscribe
(GId agentId, SubscriptionListener<GId, OperationRepresentation> handler) -
Uses of Subscription in com.cumulocity.sdk.client.notification
Modifier and TypeMethodDescriptionSubscriber.subscribe
(T object, SubscribeOperationListener subscribeOperationListener, SubscriptionListener<T, R> handler, boolean autoRetry) Subscriber.subscribe
(T object, SubscriptionListener<T, R> handler) Modifier and TypeMethodDescriptionvoid
SubscriptionListener.onError
(Subscription<T> subscription, Throwable ex) void
SubscriptionListener.onNotification
(Subscription<T> subscription, R notification)