JoinOtherSeedNodes

akka.management.cluster.bootstrap.JoinOtherSeedNodes
final case class JoinOtherSeedNodes(seedNodes: Set[Address]) extends JoinDecision

Join existing cluster.

The self Address will be removed from the returned seedNodes to be sure that it's never joining itself via this decision.

Attributes

Source
JoinDecider.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait JoinDecision
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(seedNodes: Set[Address])

Java API

Java API

Attributes

Source
JoinDecider.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

Attributes

Inherited from:
JoinDecision
Source
JoinDecider.scala