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
Konrad Malawski
75229b0711
Merge pull request #17990 from spray/w/java-side-documentation
...
A few last minute Java-side changes + documentation
2015-07-14 19:38:43 +02:00
Konrad Malawski
0bcc996cc7
Merge pull request #17989 from 2m/wip-detached-docs-drewhk
...
Add documentation for DetachedStages
2015-07-14 19:34:22 +02:00
Johannes Rudolph
ed76b14447
+doc add more detailed PathDirectives documentation
2015-07-14 19:04:42 +02:00
Johannes Rudolph
7291d0ccab
+doc fix link to RFC 7234
2015-07-14 18:36:18 +02:00
Johannes Rudolph
50c78b4a7f
+doc add some java-side marshalling documentation
2015-07-14 18:36:18 +02:00
Johannes Rudolph
5eb0f1d3da
+doc add overview documentation for java-side directives (+ some cleanup)
2015-07-14 18:36:18 +02:00
Martynas Mickevičius
d9386c8cc5
+doc java sample code for detached stage
2015-07-14 17:45:57 +03:00
Konrad Malawski
c4d018d31a
Merge pull request #17961 from ktoso/wip-quickstart-impr-ktoso
...
=doc #17655 improvements in streams quickstart
2015-07-14 15:58:05 +02:00
Konrad Malawski
a191266d54
=doc #17655 improvements in streams quickstart
2015-07-14 15:57:53 +02:00
Konrad Malawski
ed343f7898
Merge pull request #17986 from 2m/wip-17093-missing-supervision-2m
...
=doc #17093 mention components that do not honour supervision attribute
2015-07-14 13:05:49 +02:00
Martynas Mickevičius
8e3cecb05c
=doc #17093 mention components that do not honour supervision attribute
2015-07-14 14:00:40 +03:00
Martynas Mickevičius
2a2088e06a
Merge pull request #17980 from 2m/wip-17337-composition-docs-drewhk
...
+doc #17337 : Document composability and modularity (with java code)
2015-07-14 13:56:54 +03:00
Martynas Mickevičius
eb74b3ec9d
+doc #17337 : java doc samples
2015-07-14 13:20:46 +03:00
Konrad Malawski
95e2640902
Merge pull request #17965 from spray/w/java-side-documentation
...
Java side documentation progress
2015-07-14 10:22:21 +02:00
Martynas Mickevičius
efc659b70a
Merge pull request #17953 from drewhk/wip-17891-processor-support-drewhk
...
+str #17891 : Add direct support for RS Processors
2015-07-13 17:21:10 +03:00
Endre Sándor Varga
f330e61a05
+doc #17337 : Document composability and modularity
2015-07-13 16:50:02 +03:00
Johannes Rudolph
6d80945be2
=doc document java-side handlers
2015-07-13 14:44:21 +02:00
Johannes Rudolph
ab38c36cba
=doc add lots of documentation about java-side routing API, some detail and further examples still missing
2015-07-10 19:14:14 +02:00
Johannes Rudolph
11d98a6593
=doc port over some http documentation from the scala side
2015-07-10 19:14:02 +02:00
Johannes Rudolph
44969d3e46
=doc fix indentation
2015-07-10 19:12:04 +02:00
Endre Sándor Varga
47ea3fde38
created factory method
2015-07-09 18:01:45 +02:00
Endre Sándor Varga
b5a813f766
Other minor improvements
2015-07-09 11:49:32 +02:00
Endre Sándor Varga
aa2596f088
+doc #16765 : Clarify asyncrhonous backpressure and thread-safety
2015-07-09 10:40:20 +02:00
Endre Sándor Varga
333a006bf1
+doc #17569 : Mention no support of "backpressure" strategy on Source.actorRef
2015-07-09 10:18:18 +02:00
Endre Sándor Varga
bf47c93504
!str #17406 : Remove references to removed allowCycles() in docs
2015-07-09 10:11:38 +02:00
Konrad Malawski
c0e52338df
=str #16787 java cookbook
2015-07-08 17:35:14 +03:00
Heiko Seeberger
5b2339f35d
Fixes for Akka Streams docs
2015-06-26 14:46:14 +02:00
Endre Sándor Varga
8702f09f10
Remove simple line parsing, exposing explicit delimiter stage instead
2015-06-24 11:19:29 +02:00
Endre Sándor Varga
c7a974dd1e
Rename RunnableFlow to RunnableGraph
2015-06-23 18:49:53 +02:00
Endre Sándor Varga
7879a5521b
Rename FlowMaterializer to Materializer
2015-06-23 18:47:28 +02:00
Martynas Mickevicius
4841b17ca2
=doc #17291 grammar fixes and Await.result instead of Await.ready
2015-06-22 13:54:49 +03:00
Martynas Mickevičius
5671bbe696
=doc #17291 java docs code
2015-06-19 14:42:43 +03:00
drewhk
16afc46931
Merge pull request #17446 from drewhk/wip-17310-basic-framing-support-drewhk
...
+str #17310 : Basic framing support
2015-06-12 10:40:01 +02:00
Endre Sándor Varga
6318f3e972
+str #17310 : Basic framing support
2015-06-02 14:24:42 +02:00
Martynas Mickevičius
cfe4e697fa
=doc #17358 remove duplicates
2015-06-02 15:05:12 +03:00
Martynas Mickevičius
e863a9c703
=str #17167 drop new overflow strategy
2015-06-01 18:08:13 +03:00
Philip L. McMahon
9c48bd8099
=doc Correct typos in "Streaming File IO" section
2015-05-24 09:55:19 -07:00
Mathias
20759e1b34
=doc Significantly extend HTTP documentation with new content and ports from spray docs
2015-05-21 10:53:24 +02:00
Endre Sándor Varga
7ad4fdc3ce
!str #17123 : Make materialized value handling method names consistent
2015-05-05 12:42:41 +02:00
Patrik Nordwall
882975e546
=str minor doc syntax correction
2015-04-24 17:37:05 +02:00
Endre Sándor Varga
e82b89e285
+doc, str #16716 : Table summarizing built-in processing stages
2015-04-24 11:29:23 +02:00
Martynas Mickevičius
8e2cc3e70f
=str #17089 stream testkit
2015-04-24 12:25:54 +03:00
Endre Sándor Varga
6736d91110
+doc, str #16714 : Add documentation explaining parallelism and pipelining
2015-04-24 10:30:15 +02:00
Konrad Malawski
cebd9bf1ae
+str #15588,#17229 Java 6 Synchronous File Sink / Source
...
These are synchronous implementations, because we need to be Java 6
compatible while developing on 2.3.x. However asynchronous
implementations using AsynchronousFileChannel will come soon for JDK7
users.
+ ActorPublisher/Subscriber now manage stopping of the actor
+ added documentation on configuring dispatcher for File IO
+ properly handle if source file does not exist
+ file sink / source come with default io dispatcher
> verified no actors are leaking
> exceptions are caught and onErrored properly
+ moved files to akka.stream.io
+ Added OutputStreamSink and InputStreamSource
2015-04-23 18:15:10 +02:00
Konrad Malawski
88e013b99b
=str #16608 adds section in readme explaining null is illegal
2015-04-15 17:50:43 +02:00
Patrik Nordwall
b69988c190
!str #16937 Remove section, in favor of via and separate flow
2015-04-10 17:34:29 +02:00
Patrik Nordwall
f4ed62b84c
!str #16520 Add ActorRefSource
...
* and rename the factory for ActorPublisherSource,
from Source.apply to Source.actorPublisher
* including internal buffer, with OverflowStrategy
* support to complete/fail stream
2015-04-10 13:53:15 +02:00
Patrik Nordwall
946faedd95
!str #16521 Add ActorRefSink
...
* also rename the factory for ActorSubscriber props Sink,
from apply to actorSubscriber
2015-04-10 12:58:52 +02:00