Packages

  • package root
    Definition Classes
    root
  • package play

    Play framework.

    Play framework.

    Play

    http://www.playframework.com

    Definition Classes
    root
  • package api

    Contains the public API for Scala developers.

    Contains the public API for Scala developers.

    Read configuration
    val poolSize = configuration.getInt("engine.pool.size")
    Use the logger
    Logger.info("Hello!")
    Define a Plugin
    class MyPlugin(app: Application) extends Plugin
    Create adhoc applications (for testing)
    val application = Application(new File("."), this.getClass.getClassloader, None, Play.Mode.DEV)
    Definition Classes
    play
  • package internal
    Definition Classes
    api
  • package libs
    Definition Classes
    internal
  • package concurrent
    Definition Classes
    libs
  • CoordinatedShutdownSupport
p

play.api.internal.libs

concurrent

package concurrent

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Value Members

  1. object CoordinatedShutdownSupport

    INTERNAL API: provides ways to call Akka's CoordinatedShutdown.

    INTERNAL API: provides ways to call Akka's CoordinatedShutdown.

    This should not be necessary by user code and it is an internal API subject to change without following our deprecation policy.

    Annotations
    @InternalApi()

Ungrouped