Commit graph

31 commits

Author SHA1 Message Date
Mathias
a785eaf94d =str Improve merge signature 2014-06-10 22:25:03 +02:00
Patrik Nordwall
e1bd39bf7d +str #15218 Add mapFuture operator 2014-05-30 14:00:41 +02:00
Patrik Nordwall
1a96c23070 +str #15091 Add time driven operators
* TimerTransformer with support for named timers
* dropWithin
* takeWithin
* groupedWithin
2014-05-30 12:06:52 +02:00
Patrik Nordwall
2493a3fc91 +str #15080 Add tick producer 2014-05-30 10:06:07 +02:00
Endre Sándor Varga
50ab214d25 +str #15081: Implement conflate, expand and buffer 2014-05-23 12:07:25 +02:00
Endre Sándor Varga
a99902077e +str #15088, #15200: Add takeAndTail and concatAll 2014-05-22 15:19:18 +02:00
Patrik Nordwall
f7f0fc437a +str #15197 Add flow.append(duct)
* and duct.append(duct), and missing javadsl flow.produceTo
2014-05-21 17:22:49 +02:00
drewhk
46c299f838 Merge pull request #15194 from drewhk/wip-stream-cleanups-drewhk
+str Various cleanups of internal streams architecture
Fixes #15158
2014-05-19 16:53:38 +02:00
Endre Sándor Varga
646b376333 +str : Various cleanups of internal streams architecture
- factor out receive blocks for inputs and outputs
 - pump uses TransferPhases and become
 - Unification of Transformer and RecoveryTransformer
2014-05-19 14:26:41 +02:00
Jisoo Park
0606a5566f =str #15221 Fix typo in scaladoc 2014-05-19 21:22:47 +09:00
Patrik Nordwall
aedc57eb66 +str #15034 Add Flow javadsl
* move Transformer to akka.stream package
* and Java API for StreamIO
2014-05-12 20:41:17 +02:00
Patrik Nordwall
b548395e2f +str #15093 Add flow logging facility
* Fixes #15093
* Add Transformer.onError
2014-05-12 17:04:44 +02:00
Patrik Nordwall
3bb9471072 +str #15084 Use sensible flow processor actor names 2014-05-12 16:53:47 +02:00
Patrik Nordwall
aced77cccb +str #15085 Add Duct as free-standing Flow 2014-05-12 11:45:20 +02:00
Patrik Nordwall
c62bbcdb68 Merge pull request #15146 from akka/wip-15106-flow-collect-patriknw
+str #15106 Add Flow collect operator
2014-05-12 11:10:37 +02:00
Patrik Nordwall
90e4ca04d2 Merge pull request #15141 from akka/wip-15105-tee2-patriknw
+str #15105 Add Flow tee
2014-05-12 11:10:10 +02:00
Patrik Nordwall
76647b34bc +str #15071 Add Flow.apply from a Future 2014-05-08 09:46:02 +02:00
Patrik Nordwall
9b873b728b +str #15106 Add Flow collect operator 2014-05-08 09:32:38 +02:00
Patrik Nordwall
ab9b6ea023 +str #15105 Add Flow tee 2014-05-07 14:21:15 +02:00
Patrik Nordwall
9cf563af3f Merge pull request #15074 from akka/wip-15073-flow-produceTo-patriknw
+str #15073 Add Flow produceTo consumer
2014-05-07 14:00:25 +02:00
Patrik Nordwall
d998d0184f !str #15063 Add Flow.Transformer interface
* Skip wrapping RecoveryTransformer elements in Try
* this will make it possible to use the same RecoveryTransformer interface
  for javadsl and scaladsl, which is important if we package building
  blocks in Transformer classes
* also avoids wrapper allocation
2014-05-07 11:07:45 +02:00
Patrik Nordwall
6c3985f1c5 +str #15073 Add Flow produceTo consumer
* Fixes #15073
* Only sugar on top of toProducer produceTo
2014-04-29 15:53:06 +02:00
Roland Kuhn
11125c9893 !str clarify the semantics of splitWhen 2014-04-16 17:12:39 +02:00
Patrik Nordwall
a318676f4a !str Rename ProcessGenerator to FlowMaterializer 2014-04-16 17:12:21 +02:00
Patrik Nordwall
907765fc24 !str Add onClomplete to Flow DSL 2014-04-16 17:12:19 +02:00
Patrik Nordwall
274e1267e5 !str Add cleanup function to transform 2014-04-16 17:12:14 +02:00
Patrik Nordwall
39dd4164b5 !str Align construction of thunk and collection producers
* The user doesn't have to specify generator twice
2014-04-16 17:12:12 +02:00
Roland Kuhn
17ac2ddd6d !str make ProcGen ThreadLocal-context aware
Flow(x).map(x => Flow(...)) type of setups would previously use the
generator incorrectly if the streams were created within an actor. This
is fixed now by making all stream-support actors set a ThreadLocal which
tells ActorBasedProcessorGenerator to override its contained
ActorRefFactory with the locally provided one.
2014-04-16 17:12:09 +02:00
Roland Kuhn
e40a5a5b3f !str small fixes to ScalaDoc 2014-04-16 17:12:05 +02:00
Roland Kuhn
3941d4589a !str add ScalaDocs 2014-04-16 17:12:03 +02:00
Roland Kuhn
511392afce !str rename scala_api to scaladsl, thanks Patrik! 2014-04-16 17:11:58 +02:00
Renamed from akka-stream/src/main/scala/akka/stream/scala_api/Flow.scala (Browse further)