Interface HttpEntity.DiscardedEntity

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletionStage<akka.Done> completionStage()
      This future completes successfully once the underlying entity stream has been successfully drained (and fails otherwise).
      scala.concurrent.Future<akka.Done> future()
      This future completes successfully once the underlying entity stream has been successfully drained (and fails otherwise).
    • Method Detail

      • future

        scala.concurrent.Future<akka.Done> future()
        This future completes successfully once the underlying entity stream has been successfully drained (and fails otherwise).
      • completionStage

        java.util.concurrent.CompletionStage<akka.Done> completionStage()
        This future completes successfully once the underlying entity stream has been successfully drained (and fails otherwise).