Commit graph

30 commits

Author SHA1 Message Date
Roland Kuhn
8f47b6dfcc Merge pull request #17105 from akka/wip-async-stage-∂π
add async stage
2015-04-10 10:52:01 +02:00
Roland Kuhn
4c623fade7 !str #17090 add AsyncStage 2015-04-10 09:00:36 +02:00
Konrad Malawski
46d4e86988 =doc #16670 version in docs should be auto-replaced 2015-04-08 14:58:12 +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
Roland Kuhn
fd621ebc36 fix source link in Java stream docs 2015-02-27 17:11:38 +01:00
Endre Sándor Varga
75a67b13ca +doc: Added materialized value handling section for Java 2015-02-27 15:23:41 +01:00
Roland Kuhn
176ac8be83 mention BoxedUnit in the Java QuickStart 2015-02-27 14:05:14 +01:00
Roland Kuhn
f1e9c2629c Merge pull request #16958 from drewhk/wip-fix-stream-customize-docs
+doc: Fix stream-customize docs
2015-02-27 13:52:09 +01:00
Endre Sándor Varga
ba12fbfab9 +doc: Fix stream-customize docs 2015-02-27 13:16:23 +01:00
Roland Kuhn
46a13f9f2b rework java/stream-graph.rst 2015-02-27 13:11:23 +01:00
Roland Kuhn
2959159e78 small fixes to stream supervision 2015-02-26 12:09:40 +01:00
Patrik Nordwall
693dcbefcc +str #15750 Prototype of stream supervision
* add supervion for stages and built in ops run by interpreter
* add supervision for mapAsync and mapAsyncUnordered
* add supervision to groupBy and splitWhen
* reference doc for scala and java
2015-02-20 15:44:01 +01:00
Konrad Malawski
8c54bad00a Merge pull request #16776 from ktoso/doc-stream-integrations-java-ktoso
=str java documentation for integrating streams
2015-02-06 12:31:55 +01:00
Konrad Malawski
21215e9e56 =str #16652 java documentation for integrating streams 2015-02-06 10:39:43 +01:00
Patrik Nordwall
9efe0250f9 Merge pull request #16779 from akka/wip-16652-stream-docs-java-7-patriknw
=str #16652 Add java docs for 'Working with streaming IO'
2015-02-06 10:12:14 +01:00
Patrik Nordwall
20f4aeb2fc =str #16652 Add java docs for 'Working with streaming IO' 2015-02-06 10:11:17 +01:00
Patrik Nordwall
2e94356fcd Merge pull request #16778 from akka/wip-16652-stream-docs-java-6-patriknw
=str #16652 Add java docs for 'Basics and working with Flows'
2015-02-06 10:08:55 +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
c226c8b72d Merge pull request #16774 from akka/wip-16652-stream-docs-java-5-patriknw
=str #16652 Add java docs for 'Buffers and rate'
2015-02-06 10:03:47 +01:00
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