Merge pull request #26106 from renatocaval/load-discovery-scaladoc

updated scaladoc for loadServiceDiscovery
This commit is contained in:
Patrik Nordwall 2018-12-11 15:48:00 +01:00 committed by GitHub
commit e34a4859e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.