Components of Akka Streams
The Akka Streams module has the following components to ease data stream processing:
- Source
- Sink
- Flow
- RunnableGraph or Graph
- Fan-in function
- Fan-out function
These components are also known as the building blocks or pillars of the Akka Streams API.