pekko/akka-docs-dev/rst/scala/stream-customize.rst

45 lines
515 B
ReStructuredText
Raw Normal View History

2014-12-20 14:11:29 +01:00
.. _stream-customize-scala:
########################
Custom stream processing
########################
Custom linear processing stages
===============================
Using PushStage
---------------
*TODO*
Using PushPullStage
-------------------
*TODO*
Using StatefulStage
-------------------
*TODO*
Using DetachedStage
-------------------
*TODO*
Custom graph processing junctions
=================================
Using FlexiMerge
----------------
*TODO*
Using FlexiRoute
----------------
*TODO*