Commit graph

110 commits

Author SHA1 Message Date
Patrik Nordwall
e5055337c0 =str #16652 Add java docs for 'Buffers and rate' 2015-02-06 10:03:08 +01:00
Patrik Nordwall
0a43aa2693 =str #16652 Add java docs for 'Custom stream processing' 2015-02-05 10:38:00 +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
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
ed832ea7a9 =str #16652 Convert 'Working with Graphs' to java
* fixed missing or wrong javadsl
2015-01-26 13:31:49 +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