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
Members list
In this article