public class NonBlockingInteractionMode
extends Object
implements play.sbt.PlayNonBlockingInteractionMode
Modifier and Type | Class and Description |
---|---|
static class |
NonBlockingInteractionMode.NullLogger$ |
Constructor and Description |
---|
NonBlockingInteractionMode() |
Modifier and Type | Method and Description |
---|---|
static void |
start(scala.Function0<java.io.Closeable> server)
Start the server, if not already started.
|
static void |
stop()
Stop all running servers.
|