Class Discovery
Assembly: Akka.Discovery.dll
Syntax
public class Discovery : IExtension
Constructors
|
Improve this Doc
View Source
Discovery(ExtendedActorSystem)
Declaration
public Discovery(ExtendedActorSystem system)
Parameters
Properties
|
Improve this Doc
View Source
Default
Declaration
public ServiceDiscovery Default { get; }
Property Value
Methods
|
Improve this Doc
View Source
Get(ActorSystem)
Declaration
public static Discovery Get(ActorSystem system)
Parameters
Returns
|
Improve this Doc
View Source
LoadServiceDiscovery(String)
Declaration
public ServiceDiscovery LoadServiceDiscovery(string method)
Parameters
Type |
Name |
Description |
String |
method |
Used to find configuration property "akka.discovery.[method].class".
|
Returns
Type |
Description |
ServiceDiscovery |
The ServiceDiscovery instance for a given method will be created once,
and subsequent requests for the same method will return the same instance.
|
Implements
Extension Methods