Package

com.typesafe.conductr.bundlelib

lagom

Permalink

package lagom

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.ConductRApplicationLoader"

  2. class ConductRServiceLocator extends ServiceLocator

    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 The ConductRServiceLocator is only bound if the application has been started in Prod mode.

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

Value Members

  1. object Env extends scala.Env

    Permalink

    Provides functions to set up the Play environment in accordance with what ConductR provides.

Ungrouped