Additional tests for async boundaries and GroupBy #24676
This commit is contained in:
parent
d08f31bcdb
commit
dfd8d8aa81
5 changed files with 83 additions and 28 deletions
|
|
@ -114,6 +114,9 @@ class SubFlow[In, Out, Mat](delegate: scaladsl.SubFlow[Out, Mat, scaladsl.Flow[I
|
|||
* | +------+ +------+ |
|
||||
* +----------------------------+
|
||||
* }}}
|
||||
*
|
||||
* Note that attributes set on the returned graph, including async boundaries are now for the entire graph and not
|
||||
* the `SubFlow`. for example `async` will not have any effect as the returned graph is the entire, closed graph.
|
||||
*/
|
||||
def to(sink: Graph[SinkShape[Out], _]): Sink[In, Mat] =
|
||||
new Sink(delegate.to(sink))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue