Via/ViaMat/to/toMat in Akka Stream
问题 Can someone explain clearly what are the difference between those 4 methods ? When is it more appropriate to use each one ? Also generally speaking what is the name of this Group of method? Are there more method that does the same job ? A link to the scaladoc could also help. -D- 回答1: All these methods are necessary to join two streams into one stream. For example, you can create a Source out of a Source and a Flow , or you can create a Sink out of a Flow and a Sink , or you can create a Flow