28 lines
456 B
Markdown
28 lines
456 B
Markdown
|
|
# combine
|
||
|
|
|
||
|
|
Combine several sinks into one using a user specified strategy
|
||
|
|
|
||
|
|
@ref[Sink stages](../index.md#sink-stages)
|
||
|
|
|
||
|
|
@@@div { .group-scala }
|
||
|
|
|
||
|
|
## Signature
|
||
|
|
|
||
|
|
@@signature [Sink.scala]($akka$/akka-stream/src/main/scala/akka/stream/scaladsl/Sink.scala) { #combine }
|
||
|
|
|
||
|
|
@@@
|
||
|
|
|
||
|
|
## Description
|
||
|
|
|
||
|
|
Combine several sinks into one using a user specified strategy
|
||
|
|
|
||
|
|
|
||
|
|
@@@div { .callout }
|
||
|
|
|
||
|
|
**cancels** depends on the strategy
|
||
|
|
|
||
|
|
**backpressures** depends on the strategy
|
||
|
|
|
||
|
|
@@@
|
||
|
|
|