Package

com.typesafe.conductr.bundlelib.play

api

Permalink

package api

Visibility
  1. Public
  2. All

Type Members

  1. class BundlelibModule extends Module

    Permalink

    Provides all the core components of this bundle library.

    Provides all the core components of this bundle library. Add the following to your application.conf in order to include it:

    play.modules.enabled += "com.typesafe.conductr.bundlelib.play.api.BundlelibModule"

  2. class ConductRApplicationLoader extends ApplicationLoader

    Permalink

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

    Including this class into a Play project will automatically set Play'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.play.api.ConductRApplicationLoader"

  3. class ConductRLifecycle extends AnyRef

    Permalink

    Responsible for signalling ConductR that the application has started.

    Responsible for signalling ConductR that the application has started.

    Annotations
    @Singleton()
  4. class ConductRLifecycleModule extends Module

    Permalink

    Takes care of managing ConductR lifecycle events.

    Takes care of managing ConductR lifecycle events. In order to enable ConductR lifecycle events for your application, add the following to your application.conf:

    play.modules.enabled += "com.typesafe.conductr.bundlelib.play.api.ConductRLifecycleModule"

  5. class LocationService extends AbstractLocationService

    Permalink

    LocationService used to look up services using the Typesafe ConductR Service Locator.

  6. class StatusService extends AbstractStatusService

    Permalink

    StatusService used to communicate the bundle status to the Typesafe ConductR Status Server.

Value Members

  1. object Env extends scala.Env

    Permalink

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

Ungrouped