public class TestServer$
extends java.lang.Object
implements scala.App
Modifier and Type | Field and Description |
---|---|
static TestServer$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
TestServer$() |
Modifier and Type | Method and Description |
---|---|
org.apache.pekko.stream.scaladsl.Flow<Message,Message,org.apache.pekko.NotUsed> |
echoWebSocketService() |
long |
executionStart() |
org.apache.pekko.stream.ActorMaterializer |
fm() |
org.apache.pekko.stream.scaladsl.Flow<Message,Message,org.apache.pekko.NotUsed> |
greeterWebSocketService() |
HttpResponse |
index() |
org.apache.pekko.stream.ActorMaterializerSettings |
settings() |
org.apache.pekko.actor.ActorSystem |
system() |
com.typesafe.config.Config |
testConf() |
public static final TestServer$ MODULE$
public final long executionStart()
executionStart
in interface scala.App
public com.typesafe.config.Config testConf()
public org.apache.pekko.actor.ActorSystem system()
public org.apache.pekko.stream.ActorMaterializerSettings settings()
public org.apache.pekko.stream.ActorMaterializer fm()
public HttpResponse index()
public org.apache.pekko.stream.scaladsl.Flow<Message,Message,org.apache.pekko.NotUsed> echoWebSocketService()