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