August 2023
Intermediate to advanced
400 pages
11h 7m
English
This chapter covers
In this chapter, you learn how to connect to an ActorSystem to send messages from the outside. This is done so that any application can interact with actors. You see how to create servers in Akka that provide endpoints that can be used by HTTP or gRPC clients.
This module builds on Akka Streams and shares its semantics. Its components are internally defined in terms of Sources, Flows, and Sinks. However, these are hidden, and your interaction with this API is through an expressive DSL that lets you ...