Packages

final case class Join(address: Address) extends ClusterCommand with Product with Serializable

Try to join this cluster node with the node specified by 'address'.

An actor system can only join a cluster once. Additional attempts will be ignored. When it has successfully joined it must be restarted to be able to join another cluster or to join the same cluster again.

The name of the akka.actor.ActorSystem must be the same for all members of a cluster.

Source
Cluster.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Join
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ClusterCommand
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Join(address: Address)

Value Members

  1. val address: Address