t

com.lightbend.lagom.scaladsl.server

LocalServiceLocator

trait LocalServiceLocator extends RequiresLagomServicePort with CircuitBreakerComponents

A service locator that just resolves locally provided services.

This is useful for integration testing a single service, and can be mixed in to a LagomApplication class to provide the local service locator.

Source
LagomApplicationLoader.scala
Linear Supertypes
CircuitBreakerComponents, LagomConfigComponent, RequiresLagomServicePort, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalServiceLocator
  2. CircuitBreakerComponents
  3. LagomConfigComponent
  4. RequiresLagomServicePort
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def actorSystem: ActorSystem
    Definition Classes
    LocalServiceLocator → CircuitBreakerComponents
  2. abstract def circuitBreakerMetricsProvider: CircuitBreakerMetricsProvider
    Definition Classes
    LocalServiceLocator → CircuitBreakerComponents
  3. abstract def configuration: Configuration
    Definition Classes
    LocalServiceLocator → LagomConfigComponent
  4. abstract def executionContext: ExecutionContext
    Definition Classes
    LocalServiceLocator → CircuitBreakerComponents
  5. abstract def lagomServer: LagomServer

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from LocalServiceLocator toany2stringadd[LocalServiceLocator] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (LocalServiceLocator, B)
    Implicit
    This member is added by an implicit conversion from LocalServiceLocator toArrowAssoc[LocalServiceLocator] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. lazy val circuitBreakerConfig: CircuitBreakerConfig
    Definition Classes
    CircuitBreakerComponents
  8. lazy val circuitBreakersPanel: CircuitBreakersPanel
    Definition Classes
    CircuitBreakerComponents
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def config: Config
    Definition Classes
    LagomConfigComponent
  11. def ensuring(cond: (LocalServiceLocator) => Boolean, msg: => Any): LocalServiceLocator
    Implicit
    This member is added by an implicit conversion from LocalServiceLocator toEnsuring[LocalServiceLocator] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (LocalServiceLocator) => Boolean): LocalServiceLocator
    Implicit
    This member is added by an implicit conversion from LocalServiceLocator toEnsuring[LocalServiceLocator] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: => Any): LocalServiceLocator
    Implicit
    This member is added by an implicit conversion from LocalServiceLocator toEnsuring[LocalServiceLocator] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): LocalServiceLocator
    Implicit
    This member is added by an implicit conversion from LocalServiceLocator toEnsuring[LocalServiceLocator] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from LocalServiceLocator toStringFormat[LocalServiceLocator] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final val lagomServicePort: Future[Int]

    The service port.

    The service port. This will be redeemed when provideLagomServicePort() is invoked.

    Anything that needs to know what port the app is running on can attach callbacks to this to handle it.

    Definition Classes
    RequiresLagomServicePort
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def provideLagomServicePort(port: Int): Unit

    Provide the Lagom service port.

    Provide the Lagom service port.

    Definition Classes
    RequiresLagomServicePort
  27. lazy val serviceLocator: ServiceLocator
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def [B](y: B): (LocalServiceLocator, B)
    Implicit
    This member is added by an implicit conversion from LocalServiceLocator toArrowAssoc[LocalServiceLocator] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from CircuitBreakerComponents

Inherited from LagomConfigComponent

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromLocalServiceLocator to any2stringadd[LocalServiceLocator]

Inherited by implicit conversion StringFormat fromLocalServiceLocator to StringFormat[LocalServiceLocator]

Inherited by implicit conversion Ensuring fromLocalServiceLocator to Ensuring[LocalServiceLocator]

Inherited by implicit conversion ArrowAssoc fromLocalServiceLocator to ArrowAssoc[LocalServiceLocator]

Ungrouped