fromSubscriber

Integration with Reactive Streams, wraps a org.reactivestreams.Subscriber as a sink.

Sink operators

Signature

def fromSubscriber[T](subscriber: Subscriber[T]): Sink[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.