ZWorkflowStubBuilder
zio.temporal.workflow.ZWorkflowStubBuilder
Attributes
- Deprecated
-
[Since version 0.6.0]Build ZWorkflowOptions and provide it directly - Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Builds typed ZWorkflowStub
Builds typed ZWorkflowStub
Attributes
- Returns
-
typed workflow stub
Allows to specify options directly on the java SDK's WorkflowOptions. Use it in case an appropriate withXXX method is missing
Allows to specify options directly on the java SDK's WorkflowOptions. 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.
In this article