Skip to Content
Scala Reactive Programming
book

Scala Reactive Programming

by Rambabu Posa
February 2018
Intermediate to advanced
552 pages
13h 46m
English
Packt Publishing
Content preview from Scala Reactive Programming

The Akka Streams API

In the Akka Streams API, there are mainly the following three main APIs. They are also known as Components of the Akka Streams API. We can also treat them as different processing stages in Akka Streams:

  • Source
  • Sink
  • Flow

The Akka Streams API has two sets of DSL APIs. One set for Java-defined at akka.stream.javadsl, and another for Scala-defined at akka.stream.scaladsl.

All the preceding three Akka Streams API components are defined in the akka.stream.scaladsl package.

Apart from the preceding three major components, the Akka Streams API has one imported API, ActorMaterializer.

It also uses the Akka Actor module's ActorSystem. In this section, we will first discuss the three APIs—Source, Sink, and Flow, and will then ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Scala Programming Projects

Scala Programming Projects

Mikael Valot, Nicolas Jorand
Learning Scala

Learning Scala

Jason Swartz
Functional Programming in Scala

Functional Programming in Scala

Runar Bjarnason, Paul Chiusano

Publisher Resources

ISBN: 9781787288645Supplemental Content