Chapter 11 Testing reactive web applications Reactive Web Applications: With Play, Akka, and Reactive Streams
Each handler must either pass the message along, determine that the stream process has ended and “eat” the message, or generate an error. The handler may decide whether to “fork” a message to multiple streams or to generate a new stream or streams. These fork conditions are often used to…
Read More