fromPublisher

Integration with Reactive Streams, subscribes to a org.reactivestreams.Publisher.

Source operators

Signature

def fromPublisher[T](publisher: Publisher[T]): Source[T, NotUsed]

Description

TODO: We would welcome help on contributing descriptions and examples, see: https://github.com/akka/akka/issues/25646

Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.