Packages

final class Discovery extends Extension

Source
Discovery.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Discovery
  2. Extension
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Discovery()(implicit system: ExtendedActorSystem)

Value Members

  1. def discovery: ServiceDiscovery

    Default ServiceDiscovery as configured in akka.discovery.method.

    Default ServiceDiscovery as configured in akka.discovery.method.

    Annotations
    @throws( ... )
  2. def loadServiceDiscovery(method: String): ServiceDiscovery

    Create a ServiceDiscovery from configuration property.

    Create a ServiceDiscovery from configuration property. The given method parameter is used to find configuration property "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.