ClusterReceptionistSettings

org.apache.pekko.cluster.client.ClusterReceptionistSettings
See theClusterReceptionistSettings companion object
final class ClusterReceptionistSettings(val role: Option[String], val numberOfContacts: Int, val responseTunnelReceiveTimeout: FiniteDuration) extends NoSerializationVerificationNeeded

Value parameters

numberOfContacts

The receptionist will send this number of contact points to the client

responseTunnelReceiveTimeout

The actor that tunnel response messages to the client will be stopped after this time of inactivity.

role

Start the receptionist on members tagged with this role. All members are used if undefined.

Attributes

Companion
object
Deprecated
[Since version Akka 2.6.0]
Source
ClusterClient.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(role: Option[String], numberOfContacts: Int, responseTunnelReceiveTimeout: FiniteDuration, heartbeatInterval: FiniteDuration, acceptableHeartbeatPause: FiniteDuration, failureDetectionInterval: FiniteDuration)

Attributes

Source
ClusterClient.scala

Concrete methods

def withHeartbeat(heartbeatInterval: FiniteDuration, acceptableHeartbeatPause: FiniteDuration, failureDetectionInterval: FiniteDuration): ClusterReceptionistSettings

Attributes

Source
ClusterClient.scala

Attributes

Source
ClusterClient.scala

Concrete fields

Attributes

Source
ClusterClient.scala

Attributes

Source
ClusterClient.scala