Commit graph

23 commits

Author SHA1 Message Date
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
Konrad Malawski
c4d018d31a Merge pull request #17961 from ktoso/wip-quickstart-impr-ktoso
=doc #17655 improvements in streams quickstart
2015-07-14 15:58:05 +02:00
Konrad Malawski
a191266d54 =doc #17655 improvements in streams quickstart 2015-07-14 15:57:53 +02:00
Endre Sándor Varga
f330e61a05 +doc #17337: Document composability and modularity 2015-07-13 16:50:02 +03: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
c7a974dd1e Rename RunnableFlow to RunnableGraph 2015-06-23 18:49:53 +02:00
Endre Sándor Varga
7879a5521b Rename FlowMaterializer to Materializer 2015-06-23 18:47:28 +02:00
Mathias
20759e1b34 =doc Significantly extend HTTP documentation with new content and ports from spray docs 2015-05-21 10:53:24 +02:00
Endre Sándor Varga
e82b89e285 +doc, str #16716: Table summarizing built-in processing stages 2015-04-24 11:29:23 +02:00
Konrad Malawski
88e013b99b =str #16608 adds section in readme explaining null is illegal 2015-04-15 17:50:43 +02:00
Endre Sándor Varga
a7af773e2c !str #16168: Expose materialized value in the graph as a "source" 2015-04-07 12:51:18 +02:00
Roland Kuhn
157629f8af !str #16416,#16994 BidiFlow DSL and Flow.join Mat
- add BidiFlow, with atop and join combinators
- add Flow.join(BidiFlow)
- correct Flow.join’s default materialized value selection to Keep.left
2015-03-24 11:10:14 +01:00
Endre Sándor Varga
41f6a0bf26 +doc: Updating basics, quickstart and some of graph docs 2015-02-26 15:57:52 +01:00
Patrik Nordwall
685da0b80a =str #16652 Add java docs for 'Basics and working with Flows' 2015-02-06 10:08:13 +01:00
Roland Kuhn
eac42c2121 =doc #16672 explain relationship between AS and RS 2015-02-02 10:48:00 +01:00
Patrik Nordwall
580ba8c484 Merge pull request #16730 from akka/wip-15851-ActorBasedFlowMaterializer-patriknw
!str #15851 Rename FlowMaterializer and settings
2015-01-29 10:30:08 +01:00
Patrik Nordwall
cd9d503b03 !str #15851 Rename FlowMaterializer and settings
* FlowMaterializer is now the actor independent interface
* ActorFlowMaterializer is the actor based interface
* MaterializerSettings renamed to ActorFlowMaterializerSettings
* impl.ActorBasedFlowMaterializer renamed to impl.ActorFlowMaterializerImpl
* Optimizations included in ActorFlowMaterializerSettings
* Note that http is using FlowMaterializer in api, but I suspect that it
  will currently only run with a ActorFlowMaterializer
2015-01-27 19:22:22 +01:00
Konrad Malawski
39038597b2 !str #16563 terminal operations start with run*; runFold runForeach 2015-01-26 15:39:36 +01:00
Heiko Seeberger
65fa3952c0 =doc fixes for Akka Streams "Basics and working with Flows" 2015-01-08 10:23:59 +01:00
Endre Sándor Varga
d7dc5bbc3b +doc: Changes to basics+flows part 2014-12-22 11:09:04 +01:00
Endre Sándor Varga
754d50abdb +doc: Changes to basics+flows part 2014-12-20 16:46:57 +01:00
Endre Sándor Varga
21830e8aa5 !doc: Finish restructuring 2014-12-20 15:29:34 +01:00
Endre Sándor Varga
4da6e6d0bb !doc: Restructure document pages 2014-12-20 14:11:29 +01:00