Package org.apache.pekko.cluster.typed
Class SetAppVersionLater$
java.lang.Object
org.apache.pekko.cluster.typed.SetAppVersionLater$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SetAppVersionLater$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(CompletionStage<Version> appVersion) Java API: If theappVersionis read from an external system (e.g.scala.Option<scala.concurrent.Future<Version>>
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SetAppVersionLater$
public SetAppVersionLater$()
-
-
Method Details
-
create
Java API: If theappVersionis read from an external system (e.g. Kubernetes) it can be defined after system startup but before joining by completing theappVersionCompletionStage. In that case,SetAppVersionLatershould be sent beforeJoinorJoinSeedNodes. It's fine to sendJoinorJoinSeedNodesimmediately afterwards (before theCompletionStageis completed). The join will then wait for theappVersionto be completed. -
apply
-
unapply
-