trait LagomDevModeServiceLocatorComponents extends CircuitBreakerComponents
Provides the Lagom dev mode service locator.
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. When used with non Lagom applications, serviceInfo
will need to manually
be implemented to return the service name.
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.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- LagomDevModeServiceLocatorComponents
- CircuitBreakerComponents
- LagomConfigComponent
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
actorSystem: ActorSystem
- Definition Classes
- LagomDevModeServiceLocatorComponents → CircuitBreakerComponents
-
abstract
def
circuitBreakerMetricsProvider: CircuitBreakerMetricsProvider
- Definition Classes
- CircuitBreakerComponents
-
abstract
def
configuration: Configuration
- Definition Classes
- LagomConfigComponent
- abstract def environment: Environment
-
abstract
def
executionContext: ExecutionContext
- Definition Classes
- LagomDevModeServiceLocatorComponents → CircuitBreakerComponents
- abstract def materializer: Materializer
- abstract def scaladslWebSocketClient: ScaladslWebSocketClient
-
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.
- abstract def wsClient: WSClient
Concrete Value Members
-
lazy val
circuitBreakerConfig: CircuitBreakerConfig
- Definition Classes
- CircuitBreakerComponents
-
lazy val
circuitBreakersPanel: CircuitBreakersPanel
- Definition Classes
- CircuitBreakerComponents
-
def
config: Config
- Definition Classes
- LagomConfigComponent
- lazy val devModeServiceLocatorUrl: URI
- lazy val serviceDiscovery: ServiceDiscovery
- lazy val serviceLocator: ServiceLocator
- lazy val serviceRegistry: ServiceRegistry