object ClusterSingletonProxySettings
- Source
- ClusterSingletonProxy.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClusterSingletonProxySettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(config: Config): ClusterSingletonProxySettings
Create settings from a configuration with the same layout as the default configuration
akka.cluster.singleton-proxy
. - def apply(system: ActorSystem): ClusterSingletonProxySettings
Create settings from the default configuration
akka.cluster.singleton-proxy
. - def create(config: Config): ClusterSingletonProxySettings
Java API: Create settings from a configuration with the same layout as the default configuration
akka.cluster.singleton-proxy
. - def create(system: ActorSystem): ClusterSingletonProxySettings
Java API: Create settings from the default configuration
akka.cluster.singleton-proxy
.