ZLocalActivityOptions

zio.temporal.activity.ZLocalActivityOptions
See theZLocalActivityOptions companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

Total time that a workflow is willing to wait for an Activity to complete.

Total time that a workflow is willing to wait for an Activity to complete.

ScheduleToCloseTimeout limits the total time of an Activity's execution including retries (use withStartToCloseTimeout to limit the time of a single attempt).

Either this option or withStartToCloseTimeout is required.

Defaults to unlimited.

Attributes

Maximum time of a single Activity attempt.

Maximum time of a single Activity attempt.

If withScheduleToCloseTimeout is not provided, then this timeout is required.

Attributes