object SetAppVersionLater extends Serializable
- Source
- Cluster.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SetAppVersionLater
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- 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 theappVersion
CompletionStage
. In that case,SetAppVersionLater
should be sent before or JoinSeedNodes It's fine to sendJoin
orJoinSeedNodes
immediately afterwards (before theCompletionStage
is completed. The join will then wait for theappVersion
to be completed.