* Replace signature with apidoc in fromMaterializer operator docs * (untyped) actorRefWithBackpressure replace siugnature with apidoc * (typed) actorRefWithBackpressure replace siugnature with apidoc * signature to apidoc of map * (typed and untyped) actorRef signature to apidoc * Reviews ask (no replacement) * from/apply from signature to apidoc directive.
673 B
673 B
Sink.fromMaterializer
Defer the creation of a Sink until materialization and access Materializer and Attributes
@refSink operators
Signature
@apidocSink.fromMaterializer { scala="#fromMaterializerT,M:akka.stream.scaladsl.Sink[T,scala.concurrent.Future[M]]" java="#fromMaterializer(java.util.function.BiFunction)" }
Description
Typically used when access to materializer is needed to run a different stream during the construction of a sink.
Can also be used to access the underlying ActorSystem from Materializer.