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
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
subscribe
(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:
subscribe
in interfaceSubscriber<String,
ManagedObjectDeleteAwareNotification> - Throws:
SDKException
-
subscribe
public Subscription<String> subscribe(String agentId, SubscribeOperationListener subscribeOperationListener, SubscriptionListener<String, ManagedObjectDeleteAwareNotification> handler, boolean autoRetry) throws SDKException- Specified by:
subscribe
in interfaceSubscriber<String,
ManagedObjectDeleteAwareNotification> - Throws:
SDKException
-
disconnect
public void disconnect()- Specified by:
disconnect
in interfaceSubscriber<String,
ManagedObjectDeleteAwareNotification>
-