t

play.core.server

ServerComponents

trait ServerComponents extends AnyRef

Components to create a Server instance.

Source
Server.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerComponents
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def server: Server

Concrete Value Members

  1. lazy val applicationLifecycle: ApplicationLifecycle
  2. lazy val configuration: Configuration
  3. lazy val environment: api.Environment
  4. lazy val serverConfig: ServerConfig
  5. def serverStopHook: () => Future[Unit]