Class InventoryRealtimeDeleteAwareNotificationsSubscriber
java.lang.Object
com.cumulocity.sdk.client.cep.notification.InventoryRealtimeDeleteAwareNotificationsSubscriber
- All Implemented Interfaces:
Subscriber<String,ManagedObjectDeleteAwareNotification>
public class InventoryRealtimeDeleteAwareNotificationsSubscriber
extends Object
implements Subscriber<String,ManagedObjectDeleteAwareNotification>
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidsubscribe(String agentId, SubscribeOperationListener subscribeOperationListener, SubscriptionListener<String, ManagedObjectDeleteAwareNotification> handler, boolean autoRetry) subscribe(String channelID, SubscriptionListener<String, ManagedObjectDeleteAwareNotification> handler)
-
Constructor Details
-
InventoryRealtimeDeleteAwareNotificationsSubscriber
-
-
Method Details
-
subscribe
public Subscription<String> subscribe(String channelID, SubscriptionListener<String, ManagedObjectDeleteAwareNotification> handler) throws SDKException- Specified by:
subscribein interfaceSubscriber<String,ManagedObjectDeleteAwareNotification> - Throws:
SDKException
-
subscribe
public Subscription<String> subscribe(String agentId, SubscribeOperationListener subscribeOperationListener, SubscriptionListener<String, ManagedObjectDeleteAwareNotification> handler, boolean autoRetry) throws SDKException- Specified by:
subscribein interfaceSubscriber<String,ManagedObjectDeleteAwareNotification> - Throws:
SDKException
-
disconnect
public void disconnect()- Specified by:
disconnectin interfaceSubscriber<String,ManagedObjectDeleteAwareNotification>
-