ZWorkerBuildIdVersionSets

zio.temporal.workflow.ZWorkerBuildIdVersionSets
See theZWorkerBuildIdVersionSets companion object

Represents the sets of compatible Build Ids associated with a particular task queue.

Attributes

Note

experimental in Java SDK

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def allSets: List[CompatibleSet]

Attributes

Returns

All compatible sets for the queue. The last set in the list is the overall default.

def defaultBuildId: Option[String]

Attributes

Returns

the current overall default Build Id for the queue. Returns empty if there are no defined Build Ids.

Attributes

Returns

the current overall default compatible set for the queue. Returns null if there are no defined Build Ids.

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val toJava: WorkerBuildIdVersionSets