Class Subscription
java.lang.Object
com.here.platform.data.client.javadsl.Subscription
An subscription to a stream layer with access to the Source of partitions and control operation.
-
Constructor Summary
ConstructorsConstructorDescriptionSubscription(org.apache.pekko.stream.javadsl.Source<Partition, org.apache.pekko.NotUsed> partitions, SubscriptionControl subscriptionControl) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.stream.javadsl.Source<Partition,org.apache.pekko.NotUsed>
-
Constructor Details
-
Subscription
public Subscription(org.apache.pekko.stream.javadsl.Source<Partition, org.apache.pekko.NotUsed> partitions, SubscriptionControl subscriptionControl)
-
-
Method Details
-
getPartitions
-
getSubscriptionControl
-