pekko/akka-docs/rst/java/stream
lolski 21381d5710 =str #19293 fix issues in Sink.seq + minor doc fixes + use Sink.seq and limit in tests where appropriate
* Sink.seq (Scala DSL) now returns immutable.Seq rather than Seq
* Sink.seq will not silently truncate when incoming elements is > Int.MAX_VALUE
* minor doc fixes
* replacing various grouped(n) / Sink.head with limit(n) / Sink.seq in various tests
* fix inconsistent indentation in RequestParserSpec
2016-02-12 01:36:21 +08:00
..
index.rst Java and Scala overview separated. delay and initialDelay added 2016-02-05 16:42:50 +01:00
migration-guide-1.0-2.x-java.rst add migration guides for Scala and Java 2016-01-20 10:27:00 +01:00
migration-guide-2.0-2.4-java.rst !htp #19528 HttpServerBluePrint: close connection on request entity cancellation 2016-02-09 20:06:31 +03:00
stages-overview.rst Java and Scala overview separated. delay and initialDelay added 2016-02-05 16:42:50 +01:00
stream-composition.rst Merge pull request #19578 from akka/wip-19440-completionStage-RK 2016-01-24 22:14:18 +01:00
stream-cookbook.rst =str #19293 fix issues in Sink.seq + minor doc fixes + use Sink.seq and limit in tests where appropriate 2016-02-12 01:36:21 +08:00
stream-customize.rst Fix a few typos in akka-stream docs 2016-01-15 17:45:09 +01:00
stream-error.rst #19440 replace Scala Future usage with CompletionStage in javadsl 2016-01-23 18:00:11 +01:00
stream-flows-and-basics.rst #19440 replace Scala Future usage with CompletionStage in javadsl 2016-01-23 18:00:11 +01:00
stream-graphs.rst #19440 replace Scala Future usage with CompletionStage in javadsl 2016-01-23 18:00:11 +01:00
stream-integrations.rst #19440 replace Scala Future usage with CompletionStage in javadsl 2016-01-23 18:00:11 +01:00
stream-introduction.rst +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
stream-io.rst #19440 replace Scala Future usage with CompletionStage in javadsl 2016-01-23 18:00:11 +01:00
stream-parallelism.rst +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
stream-quickstart.rst #19440 replace Scala Future usage with CompletionStage in javadsl 2016-01-23 18:00:11 +01:00
stream-rate.rst +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
stream-testkit.rst #19440 replace Scala Future usage with CompletionStage in javadsl 2016-01-23 18:00:11 +01:00