ZWorkflowServiceStubsOptions

zio.temporal.workflow.ZWorkflowServiceStubsOptions
See theZWorkflowServiceStubsOptions companion object

Represents temporal workflow service stubs options

Attributes

See also:

WorkflowServiceStubsOptions

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: WorkflowServiceStubsOptions

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

Allows to specify options directly on the java SDK's WorkflowServiceStubsOptions. 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 withChannel(value: ManagedChannel): ZWorkflowServiceStubsOptions

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product