ZWorkflowClientOptions

zio.temporal.workflow.ZWorkflowClientOptions
See theZWorkflowClientOptions companion object

Represents temporal workflow client options

Attributes

See also:

WorkflowClientOptions

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

Members list

Concise view

Value members

Concrete methods

def toJava: WorkflowClientOptions
def transformJavaOptions(f: Builder => Builder): ZWorkflowClientOptions

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

Allows to specify options directly on the java SDK's WorkflowClientOptions. 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(value: ContextPropagator*): ZWorkflowClientOptions
def withDataConverter(value: DataConverter): ZWorkflowClientOptions
def withInterceptors(value: WorkflowClientInterceptor*): ZWorkflowClientOptions
def withQueryRejectCondition(value: QueryRejectCondition): ZWorkflowClientOptions

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product