Commit graph

20 commits

Author SHA1 Message Date
Johannes Rudolph
af14fd8243 =doc a first set of new and imported documentation for akka-http 2014-12-19 15:09:57 +01:00
Johannes Rudolph
6f11735765 =doc move http documentation around and setup high-level documentation structure 2014-12-19 15:09:42 +01:00
Konrad 'ktoso' Malawski
8274453549 +doc akka streams docs, flowGraphs 2014-12-17 15:47:12 +01:00
Konrad 'ktoso' Malawski
463df34d7a +doc quickstart docs for akka streams, initial version 2014-12-17 12:08:22 +01:00
drewhk
a619e534b9 Merge pull request #16419 from akka/wip-stream-design-docs
=doc First draft of Streams design principles
2014-12-03 11:57:03 +01:00
Roland Kuhn
7e96ad881c =doc clarify that onError is for failures (d’oh) 2014-12-03 11:43:02 +01:00
Roland Kuhn
204fadbce5 =doc add section on three-phased stream materialization 2014-12-01 20:59:51 +01:00
Roland Kuhn
d57eaa2b24 =doc add section on Error vs. Failure for streams
… and some more clarifications after review.
2014-12-01 17:56:41 +01:00
Mathias
20f8db99fa !htc #16162 upgrade HTTP-level APIs to end-user style 2014-11-28 17:24:29 +01:00
Björn Antonsson
672d4ed091 +str,htc #16071, #16072 New Stream Tcp and Http API
* StreamTcp and Http extensions now return Flows and Sources that can be materialized later
* Flow can now be completed with another flow to be turned into a runnable flow
2014-11-28 10:41:57 +01:00
Roland Kuhn
e7cfaeeee8 =doc First draft of Streams design principles 2014-11-28 09:12:17 +01:00
Martynas Mickevičius
412003c11e !str #16066 rename connect to via/to
* add missing implicit conversions for ~>
* tests for all combinations when using ~>
2014-10-31 10:43:42 +02:00
Patrik Nordwall
7c0c618791 !str #16039 Remove old scaladsl, rename scaladsl2
* and impl2, testkit2
* keeping io2 for now
2014-10-28 14:20:19 +01:00
Konrad 'ktoso' Malawski
cc4fd5ca2c !str #15121 MaterializerSettings now uses a config object
Resolves #15121
2014-09-01 19:21:57 +02:00
Patrik Nordwall
1bb5d37780 !str #15551 Switch to implicit passing of FlowMaterializer
* implicit param
* change tests to use implicit materializer
* add ActorFlow trait that provides an implicit materializer inside an actor
  in the right way, i.e. encourage usage of that instead of
  implicit def mat(implicit arf: ActorRef): FlowMaterializer
* make http compile, but those who know the api better will have to adjust
  to take full advantage of the implicit materializer
2014-08-21 13:40:43 +02:00
Patrik Nordwall
fdc5532483 !str #15076 Make foreach a terminal operation, returning Future[Unit] 2014-08-15 17:32:46 +02:00
Viktor Klang
bb8ab0a925 = str - #15621 - Moving FlowMaterializer argument to the end of all Flow and Duct methods which uses it. 2014-08-05 11:36:07 +02:00
Björn Antonsson
ccf902ef86 +pro,doc Make sure that doc gets published during subproject release 2014-06-26 11:51:46 +02:00
Björn Antonsson
e32ba9c54a +pro,hco,par Make sure that things build on both 2.10 and 2.11 2014-06-26 11:51:45 +02:00
Johannes Rudolph
c6993dd279 =doc first parts of HTTP model documentation 2014-06-16 23:09:51 +02:00