Commit graph

19 commits

Author SHA1 Message Date
Roland Kuhn
f00da4daac !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
Endre Sándor Varga
99d8773592 +str, doc: Fix small issues in GraphStage docs 2015-11-30 12:18:47 +01:00
Endre Sándor Varga
7acdda1d1f +str, doc: Documentation for GraphStage 2015-11-27 14:21:48 +01:00
Roland Kuhn
02810cfa64 !str,htc remove FlexiMerge/Route
- replace all occurrences with equivalent GraphStage implementations

This commit introduces a mini-DSL for GraphStage that allows emitting or
reading multiple elements to/from a port with one statement, installing
stateful handlers on the port to make it work. The emitting side allows
stacked continuations, meaning that while an emit() is ongoing (waiting
for demand) another one can be added to the queue; this allows
convenient formualation of merge-type stages.
2015-10-21 18:52:16 +02:00
Endre Sándor Varga
22a9c2703f =str #17803: Document that DetachedStage might "unhold" a token 2015-09-02 17:00:43 +02:00
Endre Sándor Varga
62a299f3a5 =str #18189: Explicitly disallow absorbTermination() from onDownstreamFinish() 2015-09-02 16:46:37 +02:00
Martynas Mickevičius
d9386c8cc5 +doc java sample code for detached stage 2015-07-14 17:45:57 +03:00
Endre Sándor Varga
0d8fd40b09 +doc: Add documentation for DetachedStages
also extend documentation with more diagrams
2015-07-12 10:28:49 +02:00
Endre Sándor Varga
aa2596f088 +doc #16765: Clarify asyncrhonous backpressure and thread-safety 2015-07-09 10:40:20 +02:00
Endre Sándor Varga
ba12fbfab9 +doc: Fix stream-customize docs 2015-02-27 13:16:23 +01:00
Patrik Nordwall
685da0b80a =str #16652 Add java docs for 'Basics and working with Flows' 2015-02-06 10:08:13 +01:00
Patrik Nordwall
b442c4d9e6 Merge pull request #16756 from akka/wip-16448-err-vs-fail-patriknw
!str #16448 Change error to failure
2015-02-03 13:45:28 +01:00
Patrik Nordwall
2740d67c61 !str #16565 Make Flexi* limitations explicit
* remove isDemandAvailable
* hide emit from CompletionHandler context
* throw if more than one emit in response to an input
* had to remove the OrderedMerge test/sample because emitting
  from CompletionHandler is currently not supported
* FlexiRoute and FlexiMerge might become more capable later, see issue 16753
2015-02-03 13:42:48 +01:00
Patrik Nordwall
01646d10ff !str #16448 Change error to failure
* one API change OverflowStrategy.error -> OverflowStrategy.fail
* error is still kept in the internals where we are at the reactive
  streams level
2015-01-30 10:30:56 +01:00
Konrad Malawski
286c08e848 =doc #16740 add missing \n to examples, test if really works 2015-01-29 14:52:58 +01:00
Philip L. McMahon
235feed74a =doc s/apropriate/appropriate/ 2015-01-18 11:37:24 -08:00
Konrad 'ktoso' Malawski
4dbe6bc5c6 +doc FlexiMerge/FlexiRoute docs 2015-01-15 17:42:45 +01:00
Endre Sándor Varga
beffbab601 added custom linear stages section 2014-12-22 17:34:31 +01:00
Endre Sándor Varga
4da6e6d0bb !doc: Restructure document pages 2014-12-20 14:11:29 +01:00