Class ManagedObjectDeleteAwareNotification
java.lang.Object
com.cumulocity.sdk.client.cep.notification.ManagedObjectDeleteAwareNotification
CREATE and UPDATE notifications have ManagedObjectRepresentation in "data" field,
however DELETE notification has just String value.
That is why data has to be of type Object to support both.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
boolean
void
void
setRealtimeAction
(String realtimeAction)
-
Constructor Details
-
ManagedObjectDeleteAwareNotification
public ManagedObjectDeleteAwareNotification() -
ManagedObjectDeleteAwareNotification
-
-
Method Details
-
getData
-
setData
-
getRealtimeAction
-
setRealtimeAction
-
isUpdateNotification
public boolean isUpdateNotification()
-