ZWorkflowClient

zio.temporal.workflow.ZWorkflowClient
See theZWorkflowClient companion object
final class ZWorkflowClient(val toJava: WorkflowClient) extends ZWorkflowClientSignalWithStartSyntax

Represents temporal workflow client

Attributes

See also:

WorkflowClient

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def newActivityCompletionClient: UIO[ActivityCompletionClient]

Creates new ActivityCompletionClient

Creates new ActivityCompletionClient

Attributes

See also:

ActivityCompletionClient

Creates new type workflow stub builder

Creates new type workflow stub builder

Attributes

A

workflow interface

Returns:

builder instance

def newWorkflowStubProxy[A : IsWorkflow](workflowId: String, runId: Option[String]): UIO[Proxy[A]]

Inherited methods

inline def signalWith(inline f: Unit): ZSignalBuilder

Creates builder for SignalWithStart operation.

Creates builder for SignalWithStart operation.

Attributes

f

signal method call

Returns:

the builder

Inherited from:
ZWorkflowClientSignalWithStartSyntax

Concrete fields

val toJava: WorkflowClient