ClusterSingletonProxy

org.apache.pekko.cluster.singleton.ClusterSingletonProxy
See theClusterSingletonProxy companion class

Attributes

Companion
class
Source
ClusterSingletonProxy.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def props(singletonManagerPath: String, settings: ClusterSingletonProxySettings): Props

Scala API: Factory method for ClusterSingletonProxy pekko.actor.Props.

Scala API: Factory method for ClusterSingletonProxy pekko.actor.Props.

Value parameters

settings

see ClusterSingletonProxySettings

singletonManagerPath

The logical path of the singleton manager, e.g. /user/singletonManager, which ends with the name you defined in actorOf when creating the ClusterSingletonManager.

Attributes

Source
ClusterSingletonProxy.scala