object SetAppVersionLater extends Serializable

Source
Cluster.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SetAppVersionLater
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def create(appVersion: [util.Version]): SetAppVersionLater

    Java API: If the appVersion is read from an external system (e.g.

    Java API: If the appVersion is read from an external system (e.g. Kubernetes) it can be defined after system startup but before joining by completing the appVersion CompletionStage. In that case, SetAppVersionLater should be sent before or JoinSeedNodes It's fine to send Join or JoinSeedNodes immediately afterwards (before the CompletionStage is completed. The join will then wait for the appVersion to be completed.