Class PartitionPageRetriever.RetrievePartitionPageOps

java.lang.Object
scala.AnyVal
com.here.platform.data.client.impl.PartitionPageRetriever.RetrievePartitionPageOps
Enclosing class:
PartitionPageRetriever

public static class PartitionPageRetriever.RetrievePartitionPageOps extends scala.AnyVal
  • Constructor Details

    • RetrievePartitionPageOps

      public RetrievePartitionPageOps(HttpHandler httpHandler)
  • Method Details

    • httpHandler

      public HttpHandler httpHandler()
    • getPartitionPage

      public scala.concurrent.Future<PartitionPage> getPartitionPage(HRN hrn, InternalSettings settings, Endpoint request, scala.concurrent.ExecutionContext executionContext, org.apache.pekko.stream.Materializer materializer)
    • getPartitionSinglePage

      public scala.concurrent.Future<PartitionSinglePage> getPartitionSinglePage(HRN hrn, InternalSettings settings, Endpoint request, scala.concurrent.ExecutionContext executionContext, org.apache.pekko.stream.Materializer materializer)
    • getPartitionPages

      public org.apache.pekko.stream.scaladsl.Source<com.here.platform.data.client.scaladsl.Partition,org.apache.pekko.NotUsed> getPartitionPages(HRN hrn, InternalSettings settings, RestEndpoint firstRequest, scala.Function1<String,HyperMediaEndpoint> nextRequest, scala.concurrent.ExecutionContext executionContext, org.apache.pekko.stream.Materializer materializer)