This commit is contained in:
parent
8bea7b4ace
commit
c636f3540f
5 changed files with 10 additions and 10 deletions
|
|
@ -1926,7 +1926,7 @@ final class Flow[-In, +Out, +Mat](delegate: scaladsl.Flow[In, Out, Mat]) extends
|
||||||
*
|
*
|
||||||
* '''Emits when''' upstream emits an element and configured time per each element elapsed
|
* '''Emits when''' upstream emits an element and configured time per each element elapsed
|
||||||
*
|
*
|
||||||
* '''Backpressures when''' downstream backpressures
|
* '''Backpressures when''' downstream backpressures or the incoming rate is higher than the speed limit
|
||||||
*
|
*
|
||||||
* '''Completes when''' upstream completes
|
* '''Completes when''' upstream completes
|
||||||
*
|
*
|
||||||
|
|
@ -1956,7 +1956,7 @@ final class Flow[-In, +Out, +Mat](delegate: scaladsl.Flow[In, Out, Mat]) extends
|
||||||
*
|
*
|
||||||
* '''Emits when''' upstream emits an element and configured time per each element elapsed
|
* '''Emits when''' upstream emits an element and configured time per each element elapsed
|
||||||
*
|
*
|
||||||
* '''Backpressures when''' downstream backpressures
|
* '''Backpressures when''' downstream backpressures or the incoming rate is higher than the speed limit
|
||||||
*
|
*
|
||||||
* '''Completes when''' upstream completes
|
* '''Completes when''' upstream completes
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -2073,7 +2073,7 @@ final class Source[+Out, +Mat](delegate: scaladsl.Source[Out, Mat]) extends Grap
|
||||||
*
|
*
|
||||||
* '''Emits when''' upstream emits an element and configured time per each element elapsed
|
* '''Emits when''' upstream emits an element and configured time per each element elapsed
|
||||||
*
|
*
|
||||||
* '''Backpressures when''' downstream backpressures
|
* '''Backpressures when''' downstream backpressures or the incoming rate is higher than the speed limit
|
||||||
*
|
*
|
||||||
* '''Completes when''' upstream completes
|
* '''Completes when''' upstream completes
|
||||||
*
|
*
|
||||||
|
|
@ -2103,7 +2103,7 @@ final class Source[+Out, +Mat](delegate: scaladsl.Source[Out, Mat]) extends Grap
|
||||||
*
|
*
|
||||||
* '''Emits when''' upstream emits an element and configured time per each element elapsed
|
* '''Emits when''' upstream emits an element and configured time per each element elapsed
|
||||||
*
|
*
|
||||||
* '''Backpressures when''' downstream backpressures
|
* '''Backpressures when''' downstream backpressures or the incoming rate is higher than the speed limit
|
||||||
*
|
*
|
||||||
* '''Completes when''' upstream completes
|
* '''Completes when''' upstream completes
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1315,7 +1315,7 @@ class SubFlow[-In, +Out, +Mat](delegate: scaladsl.SubFlow[Out, Mat, scaladsl.Flo
|
||||||
*
|
*
|
||||||
* '''Emits when''' upstream emits an element and configured time per each element elapsed
|
* '''Emits when''' upstream emits an element and configured time per each element elapsed
|
||||||
*
|
*
|
||||||
* '''Backpressures when''' downstream backpressures
|
* '''Backpressures when''' downstream backpressures or the incoming rate is higher than the speed limit
|
||||||
*
|
*
|
||||||
* '''Completes when''' upstream completes
|
* '''Completes when''' upstream completes
|
||||||
*
|
*
|
||||||
|
|
@ -1352,7 +1352,7 @@ class SubFlow[-In, +Out, +Mat](delegate: scaladsl.SubFlow[Out, Mat, scaladsl.Flo
|
||||||
*
|
*
|
||||||
* '''Emits when''' upstream emits an element and configured time per each element elapsed
|
* '''Emits when''' upstream emits an element and configured time per each element elapsed
|
||||||
*
|
*
|
||||||
* '''Backpressures when''' downstream backpressures
|
* '''Backpressures when''' downstream backpressures or the incoming rate is higher than the speed limit
|
||||||
*
|
*
|
||||||
* '''Completes when''' upstream completes
|
* '''Completes when''' upstream completes
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1310,7 +1310,7 @@ class SubSource[+Out, +Mat](delegate: scaladsl.SubFlow[Out, Mat, scaladsl.Source
|
||||||
*
|
*
|
||||||
* '''Emits when''' upstream emits an element and configured time per each element elapsed
|
* '''Emits when''' upstream emits an element and configured time per each element elapsed
|
||||||
*
|
*
|
||||||
* '''Backpressures when''' downstream backpressures
|
* '''Backpressures when''' downstream backpressures or the incoming rate is higher than the speed limit
|
||||||
*
|
*
|
||||||
* '''Completes when''' upstream completes
|
* '''Completes when''' upstream completes
|
||||||
*
|
*
|
||||||
|
|
@ -1340,7 +1340,7 @@ class SubSource[+Out, +Mat](delegate: scaladsl.SubFlow[Out, Mat, scaladsl.Source
|
||||||
*
|
*
|
||||||
* '''Emits when''' upstream emits an element and configured time per each element elapsed
|
* '''Emits when''' upstream emits an element and configured time per each element elapsed
|
||||||
*
|
*
|
||||||
* '''Backpressures when''' downstream backpressures
|
* '''Backpressures when''' downstream backpressures or the incoming rate is higher than the speed limit
|
||||||
*
|
*
|
||||||
* '''Completes when''' upstream completes
|
* '''Completes when''' upstream completes
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1699,7 +1699,7 @@ trait FlowOps[+Out, +Mat] {
|
||||||
*
|
*
|
||||||
* '''Emits when''' upstream emits an element and configured time per each element elapsed
|
* '''Emits when''' upstream emits an element and configured time per each element elapsed
|
||||||
*
|
*
|
||||||
* '''Backpressures when''' downstream backpressures
|
* '''Backpressures when''' downstream backpressures or the incoming rate is higher than the speed limit
|
||||||
*
|
*
|
||||||
* '''Completes when''' upstream completes
|
* '''Completes when''' upstream completes
|
||||||
*
|
*
|
||||||
|
|
@ -1735,7 +1735,7 @@ trait FlowOps[+Out, +Mat] {
|
||||||
*
|
*
|
||||||
* '''Emits when''' upstream emits an element and configured time per each element elapsed
|
* '''Emits when''' upstream emits an element and configured time per each element elapsed
|
||||||
*
|
*
|
||||||
* '''Backpressures when''' downstream backpressures
|
* '''Backpressures when''' downstream backpressures or the incoming rate is higher than the speed limit
|
||||||
*
|
*
|
||||||
* '''Completes when''' upstream completes
|
* '''Completes when''' upstream completes
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue