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.
The Akka Streams module has the following components to ease data stream processing:
These components are also known as the building blocks or pillars of the Akka Streams API.