Commit graph

17 commits

Author SHA1 Message Date
Viktor Klang
f29d7affbd !str #18692 javadsl.FlowGraph.Builder.add()
* also make factories more consistent by only offering
  FlowGraph.create()
* also remove secondary (edge-based) FlowGraph.Builder DSL
* also improve naming for conversions from Graph to
  Source/Flow/BidiFlow/Sink
2015-10-22 19:10:00 +02:00
Alexander Golubev
8070aa0b24 =str #18378 Small typos in Streams docs
very small fix
2015-09-18 12:30:34 -04:00
Alexander Golubev
c066ce4a8a =str #18378 Small typos in Streams docs 2015-09-18 10:02:09 -04:00
Konrad Malawski
a191266d54 =doc #17655 improvements in streams quickstart 2015-07-14 15:57:53 +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
Martynas Mickevičius
cfe4e697fa =doc #17358 remove duplicates 2015-06-02 15:05:12 +03:00
Patrik Nordwall
882975e546 =str minor doc syntax correction 2015-04-24 17:37:05 +02:00
Patrik Nordwall
b69988c190 !str #16937 Remove section, in favor of via and separate flow 2015-04-10 17:34:29 +02:00
Konrad Malawski
46d4e86988 =doc #16670 version in docs should be auto-replaced 2015-04-08 14:58:12 +02:00
Roland Kuhn
176ac8be83 mention BoxedUnit in the Java QuickStart 2015-02-27 14:05:14 +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
Roland Kuhn
eac42c2121 =doc #16672 explain relationship between AS and RS 2015-02-02 10:48:00 +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
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
Patrik Nordwall
947016cb45 str #16652 Convert quickstart to java 2015-01-15 15:02:19 +01:00
Patrik Nordwall
0f3baa7300 =str #16652 Add structure for stream java docs and java8 doc sample 2015-01-15 10:55:55 +01:00