ZScheduleClientOptions

zio.temporal.schedules.ZScheduleClientOptions
See theZScheduleClientOptions companion object
final case class ZScheduleClientOptions

Represents Temporal schedule client options

Attributes

See also

ScheduleClientOptions

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toJava: ScheduleClientOptions
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
def transformJavaOptions(f: Builder => Builder): ZScheduleClientOptions

Allows to specify options directly on the java SDK's ScheduleClientOptions. Use it in case an appropriate withXXX method is missing

Allows to specify options directly on the java SDK's ScheduleClientOptions. Use it in case an appropriate withXXX method is missing

Attributes

Note

the options specified via this method take precedence over those specified via other methods.

def withContextPropagators(values: ContextPropagator*): ZScheduleClientOptions

Set the context propagators for this client.

Set the context propagators for this client.

Value parameters

values

specifies the list of context propagators to use with the client.

Attributes

def withContextPropagators(values: List[ContextPropagator]): ZScheduleClientOptions

Set the context propagators for this client.

Set the context propagators for this client.

Value parameters

values

specifies the list of context propagators to use with the client.

Attributes

def withDataConverter(value: DataConverter): ZScheduleClientOptions

Overrides a data converter implementation used serialize workflow arguments and results.

Overrides a data converter implementation used serialize workflow arguments and results.

Attributes

def withIdentity(value: String): ZScheduleClientOptions

Override human-readable identity of the client.

Override human-readable identity of the client.

Attributes

Set the namespace this client will operate on.

Set the namespace this client will operate on.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product