Sink.actorRef
Send the elements from the stream to an ActorRef
of the classic actors API.
Signature
Description
Send the elements from the stream to an ActorRef
. No backpressure so care must be taken to not overflow the inbox.
See also:
Sink.actorRefWithBackpressue
Send elements to an actor with backpressure supportActorSink.actorRef
The corresponding operator for the new actors APIActorSink.actorRefWithBackpressure
Send elements to an actor of the new actors API supporting backpressure
Reactive Streams semantics
cancels when the actor terminates
backpressures never