Merge pull request #2096 from akka/wip-forward-docs-∂π
=doc #3917 include all reference.conf
This commit is contained in:
commit
4ba1bc46fb
16 changed files with 132 additions and 55 deletions
|
|
@ -1,8 +1,8 @@
|
|||
.. _agents-java:
|
||||
|
||||
##############
|
||||
########
|
||||
Agents
|
||||
##############
|
||||
########
|
||||
|
||||
Agents in Akka are inspired by `agents in Clojure`_.
|
||||
|
||||
|
|
@ -26,7 +26,7 @@ dispatched to the same agent from other threads.
|
|||
|
||||
|
||||
Creating Agents
|
||||
============================
|
||||
===============
|
||||
|
||||
Agents are created by invoking ``new Agent<ValueType>(value, executionContext)`` – passing in the Agent's initial
|
||||
value and providing an ``ExecutionContext`` to be used for it:
|
||||
|
|
@ -93,6 +93,12 @@ See :ref:`futures-java` for more information on ``Futures``.
|
|||
:include: import-future,import-function,alter-off
|
||||
:language: java
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
There are several configuration properties for the agents module, please refer
|
||||
to the :ref:`reference configuration <config-akka-agent>`.
|
||||
|
||||
Deprecated Transactional Agents
|
||||
===============================
|
||||
|
||||
|
|
@ -101,4 +107,4 @@ Agents participating in enclosing STM transaction is a deprecated feature in 2.3
|
|||
If an Agent is used within an enclosing ``Scala STM transaction``, then it will participate in
|
||||
that transaction. If you send to an Agent within a transaction then the dispatch
|
||||
to the Agent will be held until that transaction commits, and discarded if the
|
||||
transaction is aborted.
|
||||
transaction is aborted.
|
||||
|
|
|
|||
|
|
@ -488,6 +488,12 @@ contains 3 samples:
|
|||
* Quartz Scheduler Example - Showing how simple is to implement a cron-style scheduler by
|
||||
using the Camel Quartz component
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
There are several configuration properties for the Camel module, please refer
|
||||
to the :ref:`reference configuration <config-akka-camel>`.
|
||||
|
||||
Additional Resources
|
||||
====================
|
||||
For an introduction to akka-camel 2, see also the Peter Gabryanczyk's talk `Migrating akka-camel module to Akka 2.x`_.
|
||||
|
|
|
|||
|
|
@ -678,12 +678,8 @@ Example of system properties to enable remote monitoring and management::
|
|||
Configuration
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
There are several configuration properties for the cluster. We refer to the following
|
||||
reference file for more information:
|
||||
|
||||
|
||||
.. literalinclude:: ../../../akka-cluster/src/main/resources/reference.conf
|
||||
:language: none
|
||||
There are several configuration properties for the cluster. We refer to the
|
||||
:ref:`reference configuration <config-akka-cluster>` for more information.
|
||||
|
||||
Cluster Info Logging
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -686,3 +686,10 @@ or
|
|||
.. includecode:: ../scala/code/docs/persistence/PersistencePluginDocSpec.scala#shared-store-native-config
|
||||
|
||||
in your Akka configuration. The LevelDB Java port is for testing purposes only.
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
There are several configuration properties for the persistence module, please refer
|
||||
to the :ref:`reference configuration <config-akka-persistence>`.
|
||||
|
||||
|
|
|
|||
|
|
@ -486,11 +486,8 @@ and related resources for troubleshooting.
|
|||
Remote Configuration
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
There are lots of configuration properties that are related to remoting in Akka. We refer to the following
|
||||
reference file for more information:
|
||||
|
||||
.. literalinclude:: ../../../akka-remote/src/main/resources/reference.conf
|
||||
:language: none
|
||||
There are lots of configuration properties that are related to remoting in Akka. We refer to the
|
||||
:ref:`reference configuration <config-akka-remote>` for more information.
|
||||
|
||||
.. note::
|
||||
|
||||
|
|
|
|||
|
|
@ -634,4 +634,9 @@ full logging of actor activities using this configuration fragment::
|
|||
}
|
||||
}
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
There are several configuration properties for the TestKit module, please refer
|
||||
to the :ref:`reference configuration <config-akka-testkit>`.
|
||||
|
||||
|
|
|
|||
|
|
@ -138,3 +138,9 @@ You can create a ``Req`` connection through the::
|
|||
|
||||
More documentation and examples will follow soon.
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
There are several configuration properties for the zeromq module, please refer
|
||||
to the :ref:`reference configuration <config-akka-zeromq>`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue