February 2018
Intermediate to advanced
552 pages
13h 46m
English
In this example, we will experiment with the full RunnableGraph, meaning that we will use Flow to connect both Source and Sink. Flow has one input to connect to Source and retrieve incoming data elements. It has one output to connect to Sink and send data elements to it.
We will use the previous HelloWorld example and add a couple of new applications to test different scenarios:

Perform the following steps to understand this example:
package com.packt.publishing.akka.streams.hello import akka.actor.ActorSystem ...
Read now
Unlock full access