pekko/akka-docs/src/main/paradox/stream/operators/Sink/fromMaterializer.md
Ignasi Marimon-Clos 6b4213be2b
Final signature to apidoc review (#29021)
* 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.
2020-05-06 11:17:53 +02:00

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.