public static interface HttpEntity.DiscardedEntity
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletionStage<org.apache.pekko.Done> |
completionStage()
This future completes successfully once the underlying entity stream has been successfully
drained (and fails otherwise).
|
scala.concurrent.Future<org.apache.pekko.Done> |
future()
This future completes successfully once the underlying entity stream has been successfully
drained (and fails otherwise).
|
scala.concurrent.Future<org.apache.pekko.Done> future()
java.util.concurrent.CompletionStage<org.apache.pekko.Done> completionStage()