pekko/akka-docs/rst/java/stream
Patrik Nordwall 4bd6b7aab1 improve AbstractActor, #21717
* Receive class that wraps PartialFunction, to avoid
  scary scala types
* move AbstractActorContext to AbstractActor.ActorContext
* converting docs, many, many UntypedActor
* removing UntypedActor docs
* add unit test for ReceiveBuilder
* MiMa filters
* consistent use of getContext(), self(), sender()
* rename cross references
* migration guide
* skip samples for now
* improve match type safetyi, add matchUnchecked
  * the `? extends P` caused code like this to compile:
    `match(String.class, (Integer i) -> {})`
  * added matchUnchecked, since it can still be useful (um, convenient)
    to be able to do:
    `matchUnchecked(List.class, (List<String> list) -> {})`
* eleminate some scala.Option
  * preRestart
  * findChild
  * ActorIdentity.getActorRef
2017-01-23 18:30:52 +01:00
..
index.rst Adding docs for KillSwitch #20265 2016-06-03 14:23:11 +02:00
migration-guide-1.0-2.x-java.rst cleanup old migration guides (#22164) 2017-01-20 13:33:23 +01:00
migration-guide-2.0-2.4-java.rst cleanup old migration guides (#22164) 2017-01-20 13:33:23 +01:00
stages-overview.rst =str more specific error type if idle-timeout triggers in tcp 2016-12-14 12:39:24 +01:00
stream-composition.rst Fix incorrect materialized types = Unit in stream documentation (#21938) 2016-12-06 15:52:54 +01:00
stream-cookbook.rst Move (de)compression helpers to akka-stream module #21395 (#21409) 2016-11-17 22:42:37 +01:00
stream-customize.rst Fix incorrect materialized types = Unit in stream documentation (#21938) 2016-12-06 15:52:54 +01:00
stream-dynamic.rst 20890 Added MergeHub and BroadcastHub 2016-08-24 11:43:24 +02:00
stream-error.rst
stream-flows-and-basics.rst
stream-graphs.rst =str #19921 Error in documentation: Graph_cycles (#20656) 2016-05-31 12:28:07 +02:00
stream-integrations.rst improve AbstractActor, #21717 2017-01-23 18:30:52 +01:00
stream-introduction.rst =doc Correct minor typo (#20897) 2016-07-06 11:08:57 +02:00
stream-io.rst Fix formatting of plural ByteStrings in docs (#21792) 2016-11-17 12:31:44 +01:00
stream-parallelism.rst =doc #20051 Parallellism docs updated for async and fusing 2016-03-17 09:54:10 +01:00
stream-quickstart.rst Fix incorrect materialized types = Unit in stream documentation (#21938) 2016-12-06 15:52:54 +01:00
stream-rate.rst =doc #20017 Update the stream-rate docs to current streams behavior 2016-03-29 12:26:02 +02:00
stream-testkit.rst #20904: Increase timeouts in TestKitDoc tests, use Sink.seq (#21260) 2016-08-31 17:20:05 +01:00