Package akka.http.scaladsl.model
Class ResponsePromise
java.lang.Object
akka.http.scaladsl.model.ResponsePromise
- All Implemented Interfaces:
RequestResponseAssociation
,RequestResponseAssociation
An association for completing a future when the response arrives.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResponsePromise
apply
(scala.concurrent.Promise<HttpResponse> promise) static AttributeKey<ResponsePromise>
Key()
scala.concurrent.Promise<HttpResponse>
promise()
-
Constructor Details
-
ResponsePromise
-
-
Method Details
-
Key
-
apply
-
promise
-