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:
Patrik Nordwall 2012-01-30 16:47:33 +01:00
parent 945ab2c6ab
commit 269ff0aa96
4 changed files with 29 additions and 7 deletions

View file

@ -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
=============