=clt #17447 Split DistributedPubSub docs into java/scala

This commit is contained in:
Patrik Nordwall 2015-06-30 14:46:34 +02:00
parent a93de9bf37
commit 6e28229fbe
9 changed files with 172 additions and 43 deletions

View file

@ -102,7 +102,7 @@ The ``ClusterClientReceptionist`` can be configured with the following propertie
.. includecode:: ../../../akka-cluster-tools/src/main/resources/reference.conf#receptionist-ext-config
Note that the ``ClusterClientReceptionist`` uses the ``DistributedPubSub`` extension, which is described
in :ref:`distributed-pub-sub`.
in :ref:`distributed-pub-sub-scala`.
It is recommended to load the extension when the actor system is started by defining it in the
``akka.extensions`` configuration property::