trait LagomServerComponents extends MetricsServiceComponents
Ordering
- Alphabetic
- By Inheritance
Inherited
- LagomServerComponents
- MetricsServiceComponents
- 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
- MetricsServiceComponents
-
abstract
def
circuitBreakerMetricsProvider: CircuitBreakerMetricsProvider
- Definition Classes
- MetricsServiceComponents
-
abstract
def
executionContext: ExecutionContext
- Definition Classes
- LagomServerComponents → MetricsServiceComponents
- abstract def httpConfiguration: HttpConfiguration
- abstract def lagomServer: LagomServer
- abstract def materializer: Materializer
- abstract def playBodyParsers: PlayBodyParsers
- abstract def serviceResolver: ServiceResolver
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 LagomServerComponents to any2stringadd[LagomServerComponents] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (LagomServerComponents, B)
- Implicit
- This member is added by an implicit conversion from LagomServerComponents to ArrowAssoc[LagomServerComponents] 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
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
ensuring(cond: (LagomServerComponents) ⇒ Boolean, msg: ⇒ Any): LagomServerComponents
- Implicit
- This member is added by an implicit conversion from LagomServerComponents to Ensuring[LagomServerComponents] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (LagomServerComponents) ⇒ Boolean): LagomServerComponents
- Implicit
- This member is added by an implicit conversion from LagomServerComponents to Ensuring[LagomServerComponents] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): LagomServerComponents
- Implicit
- This member is added by an implicit conversion from LagomServerComponents to Ensuring[LagomServerComponents] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): LagomServerComponents
- Implicit
- This member is added by an implicit conversion from LagomServerComponents to Ensuring[LagomServerComponents] 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 LagomServerComponents to StringFormat[LagomServerComponents] 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
-
lazy val
lagomServerBuilder: LagomServerBuilder
- Definition Classes
- LagomServerComponents → MetricsServiceComponents
-
lazy val
metricsServiceBinding: LagomServiceBinding[MetricsService]
- Definition Classes
- MetricsServiceComponents
-
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 router: Router
-
macro
def
serverFor[T <: Service](serviceFactory: ⇒ T): LagomServer
Bind a server for the given service and factory for the service.
Bind a server for the given service and factory for the service.
Note, the type parameter for this method should always be passed explicitly, as the macro needs it to know what the trait for the service descriptor should be.
- Attributes
- protected
- lazy val serviceInfo: ServiceInfo
-
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): (LagomServerComponents, B)
- Implicit
- This member is added by an implicit conversion from LagomServerComponents to ArrowAssoc[LagomServerComponents] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Deprecated Value Members
-
macro
def
bindService[T <: Service]: LagomServiceBinder[T]
- Attributes
- protected
- Annotations
- @deprecated
- Deprecated
(Since version 1.5.0) Use LagomServerComponents#serverFor instead