Viktor Klang
6cfa4df800
!str - Switches Sink.publisher to use a boolean to indicate fanout rather than a number of allowed subscribers
2015-11-04 12:29:23 +01:00
Viktor Klang
f839a1f85d
!str - 18808 - Removes Sink.fanoutPublisher and makes Sink.publisher specify number of subscribers
...
Sink.publisher now takes a max number of Subscribers and
the elasticity between concurrent Subscribers.
2015-11-04 12:29:07 +01:00
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
Roland Kuhn
dc07fd250c
!str make Inlet/Outlet invariant and add Java variance
...
This necessitates the removal of method overloading in the Java Graph
DSL: the to() and via() methods were not otherwise resolved correctly by
javac, leading to incomprehensible error messages. The new approach is
to offer just one way of doing things which is a bit more verbose but
should be easier to read and learn. In this vein auto-importing while
using the DSL is also gone for Java—not sure about Scala yet.
2015-10-21 17:48:54 +02:00
André Rüdiger
6af9ced35c
=str: various minor cleanups
2015-08-18 11:36:24 +02:00
Konrad Malawski
911e02bd40
=str #16965 use akka-actor provided tuples for gen UnzipWith
2015-07-15 11:40:55 +02:00
Alexander Golubev
50de39e886
+str #16965 add generalized UnzipWith
2015-07-15 10:58:45 +02:00
Endre Sándor Varga
f4c83771bb
!str #17393 : Make stream-tests pass with serialize-messages=on
2015-06-02 12:32:27 +02:00
Endre Sándor Varga
7ad4fdc3ce
!str #17123 : Make materialized value handling method names consistent
2015-05-05 12:42:41 +02:00
Roland Kuhn
5eb62f0a81
move boilerplate FunctionN into akka.japi.function package
...
This is a temporary solution until the classes are added to akka-actor.
2015-04-24 14:35:41 +02:00
Roland Kuhn
354a8e3a41
!str #17277 remove akka.stream.javadsl.japi.WithVariance
...
sadly we forgot to also move the boilerplate-generated FunctionN and
ProcedureN into akka-actor, so they are still in
akka.stream.javadsl.japi.
2015-04-24 11:05:11 +02:00
Patrik Nordwall
b69988c190
!str #16937 Remove section, in favor of via and separate flow
2015-04-10 17:34:29 +02:00
Mathias
85c0571620
!str #17039 change default materialization placeholder type from Unit to Any
2015-04-10 15:10:42 +02:00
Konrad Malawski
3b23d84788
Merge pull request #17146 from ktoso/wip-javadsl-numbered-ktoso
...
+str #17108 adds arity-numbers to javadsl for nicer compile errors
2015-04-10 14:52:00 +02:00
Roland Kuhn
4c623fade7
!str #17090 add AsyncStage
2015-04-10 09:00:36 +02:00
Konrad Malawski
4e796a5eec
+str #17108 adds arity-numbers to javadsl for nicer compile errors
...
Resolves #17108
2015-04-07 16:11:48 +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
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
Konrad 'ktoso' Malawski
bc5f3aaa90
+str #16464 generalised zipWith for up to 22 params
...
- removing deprecarted marker from japi, people will have to use it
currently
2014-12-22 10:47:08 +01:00
Patrik Nordwall
7034c60eb3
!str #16400 Add Java API for StreamTcp
...
* move io.StreamTcp to scaladsl.StreamTcp
* add javadsl.StreamTcp that delegates to scaladsl implementation
* move impl
* add java test
2014-12-18 12:40:41 +01:00
Viktor Klang
2bd1230ca9
+str - adds ZipWith and makes Zip use that to create tuples/pairs
2014-12-03 21:30:17 +01:00
Björn Antonsson
91d29cbb3a
=str #16259 Added more red-face testing of the stream Java DSL
2014-12-03 10:33:21 +01:00