Package

com.typesafe.conductr.bundlelib

play

Permalink

package play

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. play
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

  2. 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()
  3. 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.ConductRLifecycleModule"

  4. implicit class FutureOps[T] extends AnyRef

    Permalink

    Conveniently convert from Scala Future => Play's F.Promise

  5. class LocationService extends AbstractLocationService

    Permalink

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

  6. implicit class OptionOps[T] extends AnyRef

    Permalink

    Conveniently convert from Scala Option => Play's F.Option

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

  2. object LocationService extends LocationService

    Permalink
  3. object StatusService extends StatusService

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped