Commit graph

72 commits

Author SHA1 Message Date
Johannes Rudolph
5eb0f1d3da +doc add overview documentation for java-side directives (+ some cleanup) 2015-07-14 18:36:18 +02: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
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