Class NotificationSubscription
java.lang.Object
com.here.platform.data.client.javadsl.NotificationSubscription
An subscription to a topic with access to the Source of notifications and control operation.
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationSubscription(org.apache.pekko.stream.javadsl.Source<BatchPublicationNotification, org.apache.pekko.NotUsed> notifications, NotificationSubscriptionControl subscriptionControl) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.stream.javadsl.Source<BatchPublicationNotification,org.apache.pekko.NotUsed>
-
Constructor Details
-
NotificationSubscription
public NotificationSubscription(org.apache.pekko.stream.javadsl.Source<BatchPublicationNotification, org.apache.pekko.NotUsed> notifications, NotificationSubscriptionControl subscriptionControl)
-
-
Method Details
-
notifications
public org.apache.pekko.stream.javadsl.Source<BatchPublicationNotification,org.apache.pekko.NotUsed> notifications() -
subscriptionControl
-