Package

com.typesafe.conductr.bundlelib.lagom

javadsl

Permalink

package javadsl

Visibility
  1. Public
  2. All

Type Members

  1. class ConductRApplicationLoader extends ApplicationLoader

    Permalink

    Including this class into a Lagom project will automatically set Lagom's configuration up from ConductR environment variables.

    Including this class into a Lagom project will automatically set Lagom's configuration up from ConductR environment variables. Add the following to your application.conf in order to include it:

    play.application.loader = "com.typesafe.conductr.bundlelib.lagom.javadsl.ConductRApplicationLoader"

  2. class ConductRServiceLocator extends CircuitBreakingServiceLocator

    Permalink

    ConductRServiceLocator implements Lagom's ServiceLocator by using the ConductR Service Locator.

  3. class ServiceLocatorModule extends Module

    Permalink

    This module binds the ServiceLocator interface from Lagom to the ConductRServiceLocator when running from ConductR.

    This module binds the ServiceLocator interface from Lagom to the ConductRServiceLocator when running from ConductR. If not running from ConductR then Lagom's configuration service locator is used. The service locators are only bound if the application has been started in Prod mode. In Dev mode the embedded service locator of Lagom is used.

Ungrouped