public class LagomConfig$
extends Object
Modifier and Type | Field and Description |
---|---|
static LagomConfig$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
LagomConfig$() |
Modifier and Type | Method and Description |
---|---|
scala.collection.immutable.Map<String,String> |
actorSystemConfig(String name) |
scala.collection.immutable.Map<String,String> |
cassandraKeySpace(String keyspace) |
scala.collection.immutable.Map<String,String> |
cassandraPort(int port) |
String |
normalizeCassandraKeyspaceName(String projectName) |
String |
ServiceLocatorUrl() |
public static final LagomConfig$ MODULE$
public String ServiceLocatorUrl()
public scala.collection.immutable.Map<String,String> cassandraKeySpace(String keyspace)
public scala.collection.immutable.Map<String,String> cassandraPort(int port)
public scala.collection.immutable.Map<String,String> actorSystemConfig(String name)
public String normalizeCassandraKeyspaceName(String projectName)