Package io.temporal.common
-
Class Summary Class Description Priority Priority contains metadata that controls the relative ordering of task processing when tasks are backed up in a queue.Priority.Builder RetryOptions RetryOptions.Builder SearchAttribute Deprecated. typed search attributes should be used instead.SearchAttributeKey<T> Representation of a typed search attribute key.SearchAttributes Immutable collection of typed search attributes.SearchAttributes.Builder Builder for creating a search attribute collection.SearchAttributeUpdate<T> Representation of a search attribute update inside a workflow.WorkerDeploymentVersion Represents the version of a specific worker deployment.WorkflowExecutionHistory Provides a wrapper with convenience methods over raw protobufHistory
object representing workflow history -
Enum Summary Enum Description VersioningBehavior Specifies when a workflow might move from a worker of one Build Id to another.VersioningIntent Indicates whether the user intends certain commands to be run on a compatible worker Build Id version or not. -
Annotation Types Summary Annotation Type Description CronSchedule CronSchedule - Optional cron schedule for workflow.Experimental Annotation that specifies that an element is experimental, has unstable API or may change without notice.MethodRetry Specifies a retry policy for a workflow or activity method.