Package

com.lightbend.lagom.javadsl

dns

Permalink

package dns

Visibility
  1. Public
  2. All

Type Members

  1. class DnsServiceLocator extends CircuitBreakingServiceLocator

    Permalink

    DnsServiceLocator implements Lagom's ServiceLocator by using the DNS Service Locator service, which is an actor.

  2. class ServiceLocatorModule extends Module

    Permalink

    This module binds the ServiceLocator interface from Lagom to the DnsServiceLocator The DnsServiceLocator is only bound if the application has been started in Prod mode.

    This module binds the ServiceLocator interface from Lagom to the DnsServiceLocator The DnsServiceLocator is only bound if the application has been started in Prod mode. In Dev mode the embedded service locator of Lagom is used.

Ungrouped