parent
f68f0cd805
commit
40713f836f
11 changed files with 189 additions and 17 deletions
|
|
@ -23,6 +23,7 @@ This operator is included in:
|
|||
## Description
|
||||
|
||||
Sends the elements of the stream to the given @java[`ActorRef<T>`]@scala[`ActorRef[T]`] with backpressure, to be able to signal demand when the actor is ready to receive more elements.
|
||||
There is also a variant without a concrete acknowledge message accepting any message as such.
|
||||
|
||||
See also:
|
||||
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ Send the elements from the stream to an `ActorRef` (of the classic actors API) w
|
|||
|
||||
Send the elements from the stream to an `ActorRef` which must then acknowledge reception after completing a message,
|
||||
to provide back pressure onto the sink.
|
||||
There is also a variant without a concrete acknowledge message accepting any message as such.
|
||||
|
||||
See also:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue