Class Unmarshal<A>
java.lang.Object
org.apache.pekko.http.scaladsl.unmarshalling.Unmarshal<A>
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Unmarshal
 
- 
- 
Method Details- 
apply
- 
value
- 
topublic <B> scala.concurrent.Future<B> to(Unmarshaller<A, B> um, scala.concurrent.ExecutionContext ec, org.apache.pekko.stream.Materializer mat) Unmarshals the value to the given Type using the in-scope Unmarshaller.Uses the default materializer ExecutionContextif no implicit execution context is provided. If you expect the marshalling to be heavy, it is suggested to provide a specialized context for those operations.- Parameters:
- um- (undocumented)
- ec- (undocumented)
- mat- (undocumented)
- Returns:
- (undocumented)
 
 
-