trait LagomDevModeComponents extends LagomDevModeServiceLocatorComponents
Provides the Lagom dev mode components.
This trait primarily has two responsibilities, it provides a service locator that uses Lagom's development service
locator, and it registers any services returned by the serviceInfo
component with the Lagom develompent service
registry.
It can be used both by Lagom services, and also by non Lagom services, such as pure Play applications, in order to
use the Lagom dev mode service locator and register components with Lagom. When used with non Lagom applications,
serviceInfo
will need to manually be implemented to return the service name and any ACLs for the service gateway
to use.
It expects the service locator URL to be provided using the lagom.service-locator.url
property, which by default
will be automatically provided to the service by Lagom's dev mode build plugins.
- Alphabetic
- By Inheritance
- LagomDevModeComponents
- LagomDevModeServiceLocatorComponents
- CircuitBreakerComponents
- LagomConfigComponent
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
actorSystem: ActorSystem
- Definition Classes
- LagomDevModeServiceLocatorComponents → CircuitBreakerComponents
- abstract def applicationLifecycle: ApplicationLifecycle
-
abstract
def
circuitBreakerMetricsProvider: CircuitBreakerMetricsProvider
- Definition Classes
- CircuitBreakerComponents
-
abstract
def
configuration: Configuration
- Definition Classes
- LagomConfigComponent
-
abstract
def
environment: Environment
- Definition Classes
- LagomDevModeServiceLocatorComponents
-
abstract
def
executionContext: ExecutionContext
- Definition Classes
- LagomDevModeServiceLocatorComponents → CircuitBreakerComponents
-
abstract
def
materializer: Materializer
- Definition Classes
- LagomDevModeServiceLocatorComponents
-
abstract
def
scaladslWebSocketClient: ScaladslWebSocketClient
- Definition Classes
- LagomDevModeServiceLocatorComponents
-
abstract
def
serviceInfo: ServiceInfo
If being used in a Lagom service, this will be implemented by com.lightbend.lagom.scaladsl.server.LagomServerComponents, however if it's being used by a Play application, this will need to be provided manually.
If being used in a Lagom service, this will be implemented by com.lightbend.lagom.scaladsl.server.LagomServerComponents, however if it's being used by a Play application, this will need to be provided manually.
- Definition Classes
- LagomDevModeServiceLocatorComponents
-
abstract
def
wsClient: WSClient
- Definition Classes
- LagomDevModeServiceLocatorComponents
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from LagomDevModeComponents to any2stringadd[LagomDevModeComponents] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (LagomDevModeComponents, B)
- Implicit
- This member is added by an implicit conversion from LagomDevModeComponents to ArrowAssoc[LagomDevModeComponents] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
lazy val
circuitBreakerConfig: CircuitBreakerConfig
- Definition Classes
- CircuitBreakerComponents
-
lazy val
circuitBreakers: CircuitBreakers
- Definition Classes
- CircuitBreakerComponents
-
lazy val
circuitBreakersPanel: CircuitBreakersPanel
- Definition Classes
- CircuitBreakerComponents
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
config: Config
- Definition Classes
- LagomConfigComponent
-
lazy val
devModeServiceLocatorUrl: URI
- Definition Classes
- LagomDevModeServiceLocatorComponents
-
def
ensuring(cond: (LagomDevModeComponents) ⇒ Boolean, msg: ⇒ Any): LagomDevModeComponents
- Implicit
- This member is added by an implicit conversion from LagomDevModeComponents to Ensuring[LagomDevModeComponents] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (LagomDevModeComponents) ⇒ Boolean): LagomDevModeComponents
- Implicit
- This member is added by an implicit conversion from LagomDevModeComponents to Ensuring[LagomDevModeComponents] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): LagomDevModeComponents
- Implicit
- This member is added by an implicit conversion from LagomDevModeComponents to Ensuring[LagomDevModeComponents] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): LagomDevModeComponents
- Implicit
- This member is added by an implicit conversion from LagomDevModeComponents to Ensuring[LagomDevModeComponents] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from LagomDevModeComponents to StringFormat[LagomDevModeComponents] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
lazy val
serviceLocator: ServiceLocator
- Definition Classes
- LagomDevModeServiceLocatorComponents
-
lazy val
serviceRegistry: ServiceRegistry
- Definition Classes
- LagomDevModeServiceLocatorComponents
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
→[B](y: B): (LagomDevModeComponents, B)
- Implicit
- This member is added by an implicit conversion from LagomDevModeComponents to ArrowAssoc[LagomDevModeComponents] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc