Trait

com.typesafe.conductr.bundlelib.lagom.scaladsl

ConductRApplicationComponents

Related Doc: package scaladsl

Permalink

trait ConductRApplicationComponents extends ConductRServiceLocatorComponents with ConductRLifecycleComponents with ProvidesAdditionalConfiguration

Mixing in this trait to your application cake in prod mode will ensure your application uses the ConductR service locator when this bundle has been invoked by ConductR (otherwise it will fallback to Lagom's configuration based service locator). The trait will load any ConductR specific configuration, and register into the application lifecycle to to notify ConductR that it's started.

It's important to ensure that your application, if it overrides Lagom's additionalConfiguration, invokes the super implementation and appends its own configuration to that, otherwise it may end up overriding the ConductR provided configuration.

Linear Supertypes
ProvidesAdditionalConfiguration, ConductRLifecycleComponents, ConductRServiceLocatorComponents, CircuitBreakerComponents, BundlelibComponents, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConductRApplicationComponents
  2. ProvidesAdditionalConfiguration
  3. ConductRLifecycleComponents
  4. ConductRServiceLocatorComponents
  5. CircuitBreakerComponents
  6. BundlelibComponents
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def actorSystem: ActorSystem

    Permalink
    Definition Classes
    ConductRServiceLocatorComponents → CircuitBreakerComponents
  2. abstract def circuitBreakerMetricsProvider: CircuitBreakerMetricsProvider

    Permalink
  3. abstract def configuration: Configuration

    Permalink
    Definition Classes
    ConductRServiceLocatorComponents → CircuitBreakerComponents
  4. abstract def executionContext: ExecutionContext

    Permalink
    Definition Classes
    CircuitBreakerComponents
  5. abstract def wsClient: WSClient

    Permalink
    Definition Classes
    BundlelibComponents

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def additionalConfiguration: AdditionalConfiguration

    Permalink
    Definition Classes
    ConductRApplicationComponents → ProvidesAdditionalConfiguration
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. lazy val circuitBreakerConfig: CircuitBreakerConfig

    Permalink
    Definition Classes
    CircuitBreakerComponents
  7. lazy val circuitBreakers: CircuitBreakers

    Permalink
    Definition Classes
    CircuitBreakerComponents
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. lazy val conductRCacheLike: CacheLike

    Permalink
    Definition Classes
    BundlelibComponents
  10. lazy val conductRConfiguration: Configuration

    Permalink
  11. lazy val conductRConnectionContext: ConnectionContext

    Permalink
    Definition Classes
    BundlelibComponents
  12. lazy val conductRConnectionHandler: ConnectionHandler

    Permalink
    Definition Classes
    BundlelibComponents
  13. lazy val conductRLocationSevice: play.api.LocationService

    Permalink
    Definition Classes
    BundlelibComponents
  14. lazy val conductRStatusService: play.api.StatusService

    Permalink
    Definition Classes
    BundlelibComponents
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. lazy val serviceLocator: ServiceLocator

    Permalink
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. lazy val systemName: SystemName

    Permalink

    The ConductR configuration.

  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ProvidesAdditionalConfiguration

Inherited from ConductRLifecycleComponents

Inherited from CircuitBreakerComponents

Inherited from BundlelibComponents

Inherited from AnyRef

Inherited from Any

Ungrouped