pekko/akka-docs/src/main/paradox/stream/reference/asPublisher.md
Luc Bourlier 7b29b08d46 Adds support for the signature directive to the paradox configuration
(copied from the akka-http configuration)
2018-04-23 13:18:25 +02:00

313 B

asPublisher

Integration with Reactive Streams, materializes into a org.reactivestreams.Publisher.

@@@ div { .group-scala }

Signature

@@signature Sink.scala { #asPublisher } @@@

Description

@@@div { .callout }

@@@

Example