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
|
|
@ -54,6 +54,12 @@ 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``.
|
||||
|
||||
::
|
||||
|
||||
akka {
|
||||
extensions = ["akka.docs.extension.ExtensionDocTestBase.CountExtension"]
|
||||
}
|
||||
|
||||
Applicability
|
||||
=============
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue