Commit graph

14 commits

Author SHA1 Message Date
Endre Sándor Varga
7879a5521b Rename FlowMaterializer to Materializer 2015-06-23 18:47:28 +02:00
Endre Sándor Varga
7ad4fdc3ce !str #17123: Make materialized value handling method names consistent 2015-05-05 12:42:41 +02:00
Jun
a9a7a799fc =doc fix typo: form -> from
Ports #17074 to the right branch
2015-03-30 10:02:50 +02:00
Patrik Nordwall
3dc4e6d077 !str #16992 Rework Source and Sink name parameter
* Remove name parameter (no overloads), naming is performed using `.withAttributes` or the new
  convenience `.named`. Those adds the OperationAttribute.Name and also change the name of the
  shape Inlet and Outlet.

* Remove Source/Sink parameter list for 0 parameter methods,
  this allows usage of `Sink.head` instead of `Sink.head()`
2015-03-06 09:24:00 +01:00
Endre Sándor Varga
41f6a0bf26 +doc: Updating basics, quickstart and some of graph docs 2015-02-26 15:57:52 +01:00
Endre Sándor Varga
8d77fa8b29 !str #16902: Unify stream internal representation
also =str #16912: Fix StreamTcpSpec flakiness
2015-02-26 10:06:56 +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
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
ea389e16ed Merge pull request #16599 from ktoso/docs-io-ktoso
+doc StreamTCP docs
2014-12-23 11:39:02 +01:00
Konrad 'ktoso' Malawski
e98af843ae +doc #16549 StreamTCP docs 2014-12-23 11:38:39 +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
Konrad 'ktoso' Malawski
98143e3c93 +doc explain backpressure / reactive streams a bit 2014-12-20 00:01:43 +01:00
Konrad 'ktoso' Malawski
1c722b8ae1 +doc flow / flowgraph docs, moved quickstart
+ moved quickstart
+ more info about simple materialization
2014-12-20 00:01:20 +01:00