public class NonBlockingInteractionMode$
extends Object
implements play.sbt.PlayNonBlockingInteractionMode
| Modifier and Type | Field and Description |
|---|---|
static NonBlockingInteractionMode$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
NonBlockingInteractionMode$() |
| Modifier and Type | Method and Description |
|---|---|
void |
start(scala.Function0<java.io.Closeable> server)
Start the server, if not already started.
|
void |
stop()
Stop all running servers.
|
public static final NonBlockingInteractionMode$ MODULE$
public void start(scala.Function0<java.io.Closeable> server)
start in interface play.sbt.PlayNonBlockingInteractionModeserver - A callback to start the server, that returns a closeable to stop itpublic void stop()
stop in interface play.sbt.PlayNonBlockingInteractionMode