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
Constructors Constructor Description InventoryRealtimeDeleteAwareNotificationsSubscriber(PlatformParameters parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisconnect()Subscription<String>subscribe(String agentId, SubscribeOperationListener subscribeOperationListener, SubscriptionListener<String,ManagedObjectDeleteAwareNotification> handler, boolean autoRetry)Subscription<String>subscribe(String channelID, SubscriptionListener<String,ManagedObjectDeleteAwareNotification> handler)
-
-
-
Constructor Detail
-
InventoryRealtimeDeleteAwareNotificationsSubscriber
public InventoryRealtimeDeleteAwareNotificationsSubscriber(PlatformParameters parameters)
-
-
Method Detail
-
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>
-
-