updated scaladoc for loadServiceDiscovery

This commit is contained in:
Renato Cavalcanti 2018-12-11 14:44:03 +01:00
parent ed78c183dc
commit 7310992583

View file

@ -42,8 +42,7 @@ final class Discovery(implicit system: ExtendedActorSystem) extends Extension {
/**
* Create a [[ServiceDiscovery]] from configuration property.
* The given `method` parameter is used to find configuration property
* "akka.discovery.[method].class" or "[method].class". `method` can also
* be a fully class name.
* "akka.discovery.[method].class".
*
* The `ServiceDiscovery` instance for a given `method` will be created
* once and subsequent requests for the same `method` will return the same instance.