Sink.actorRef

Send the elements from the stream to an ActorRef of the classic actors API.

Actor interop operators

Signature

Sink.actorRefSink.actorRef

Description

Send the elements from the stream to an ActorRef. No backpressure so care must be taken to not overflow the inbox.

See also:

Reactive Streams semantics

cancels when the actor terminates

backpressures never

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.