add statefulMapConcat to overview and fix links

This commit is contained in:
Roland Kuhn 2016-02-15 13:03:47 +01:00
parent a83f08d4ab
commit d1b35e441e
13 changed files with 529 additions and 462 deletions

View file

@ -38,7 +38,7 @@ Processing Stage
The common name for all building blocks that build up a Graph.
Examples of a processing stage would be operations like ``map()``, ``filter()``, stages added by ``transform()`` like
:class:`PushStage`, :class:`PushPullStage`, :class:`StatefulStage` and graph junctions like ``Merge`` or ``Broadcast``.
For the full list of built-in processing stages see :ref:`stages-overview`
For the full list of built-in processing stages see :ref:`stages-overview_scala`
When we talk about *asynchronous, non-blocking backpressure* we mean that the processing stages available in Akka
Streams will not use blocking calls but asynchronous message passing to exchange messages between each other, and they