February 2018
Intermediate to advanced
552 pages
13h 46m
English
In Akka Streams GraphDSL, a Fan-Out function is a function with a single input and multiple outputs.
In simple words, Fan-Out means multiple outputs. The GraphDSL Fan-Out function is also known as a GraphDSL Fan-Out junction:

As shown in the preceding diagram, it has exactly one input point and two output points. This means that it takes one input from the other component and splits it into two outputs based on the given requirements:

An Akka Streams GraphDSL has the following Fan-Out junctions:
Read now
Unlock full access