2013-04-19 13:21:15 +02:00
|
|
|
.. _java-api:
|
|
|
|
|
|
|
|
|
|
Java Documentation
|
|
|
|
|
==================
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
2013-04-24 22:46:39 +02:00
|
|
|
intro/index-java
|
2013-04-19 13:21:15 +02:00
|
|
|
general/index
|
|
|
|
|
java/index-actors
|
|
|
|
|
java/index-futures
|
|
|
|
|
java/index-network
|
|
|
|
|
java/index-utilities
|
2016-01-13 16:25:24 +01:00
|
|
|
java/stream/index
|
|
|
|
|
java/http/index
|
2013-04-19 13:21:15 +02:00
|
|
|
java/howto
|
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
2016-12-13 10:59:29 +01:00
|
|
|
java/scala-compat
|
2014-07-16 16:30:15 +02:00
|
|
|
experimental/index-java
|
2013-04-19 13:21:15 +02:00
|
|
|
dev/index
|
|
|
|
|
project/index
|
|
|
|
|
additional/index
|
|
|
|
|
|