Uses of Interface
com.cumulocity.sdk.client.notification.Subscription
Packages that use Subscription
Package
Description
-
Uses of Subscription in com.cumulocity.sdk.client.cep.notification
Methods in com.cumulocity.sdk.client.cep.notification that return SubscriptionModifier 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
Methods in com.cumulocity.sdk.client.devicecontrol.notification that return SubscriptionModifier 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
Methods in com.cumulocity.sdk.client.notification that return SubscriptionModifier and TypeMethodDescriptionSubscriber.subscribe(T object, SubscribeOperationListener subscribeOperationListener, SubscriptionListener<T, R> handler, boolean autoRetry) Subscriber.subscribe(T object, SubscriptionListener<T, R> handler) Methods in com.cumulocity.sdk.client.notification with parameters of type SubscriptionModifier and TypeMethodDescriptionvoidSubscriptionListener.onError(Subscription<T> subscription, Throwable ex) voidSubscriptionListener.onNotification(Subscription<T> subscription, R notification)