pekko/akka-docs/rst/java.rst
Roland 651f699893 add akka.Main and use that to add Hello World docs
- akka.Main will start an ActorSystem and one actor; when that actor
  terminates the system is shut down
- HelloWorld sample with two actors
2013-04-30 11:31:17 +02:00

20 lines
297 B
ReStructuredText

.. _java-api:
Java Documentation
==================
.. toctree::
:maxdepth: 2
intro/index-java
general/index
java/index-actors
java/index-futures
java/index-network
java/index-utilities
java/howto
experimental/index
dev/index
project/index
additional/index