ZeroMQ module's ConcurrentSocketActorSpec fails.
* Fixed usage of extension. See #1746 * Clarified usage of load extensions in docs. See #1745
This commit is contained in:
parent
945ab2c6ab
commit
269ff0aa96
4 changed files with 29 additions and 7 deletions
|
|
@ -48,6 +48,11 @@ Loading from Configuration
|
|||
To be able to load extensions from your Akka configuration you must add FQCNs of implementations of either ``ExtensionId`` or ``ExtensionIdProvider``
|
||||
in the ``akka.extensions`` section of the config you provide to your ``ActorSystem``.
|
||||
|
||||
.. includecode:: code/akka/docs/extension/ExtensionDocSpec.scala
|
||||
:include: config
|
||||
|
||||
Note that in this case ``CountExtension`` is an object and therefore the class name ends with ``$``.
|
||||
|
||||
Applicability
|
||||
=============
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue