ZWorkflowClient

zio.temporal.workflow.ZWorkflowClient
See theZWorkflowClient companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def buildTaskQueueDsl[A : ClassTag](client: ZWorkflowClient): Of[A]

Internal helper used by inline def newWorkflowStub[A] (no args) — needed because Scala 3 inline methods cannot directly invoke private[zio] constructors. Package-private so only the inline site can call it.

Internal helper used by inline def newWorkflowStub[A] (no args) — needed because Scala 3 inline methods cannot directly invoke private[zio] constructors. Package-private so only the inline site can call it.

Attributes

def buildWorkflowStubFromIds[A : ClassTag](client: ZWorkflowClient, workflowId: String, runId: Option[String]): UIO[Of[A]]

Internal helper used by inline def newWorkflowStub[A](workflowId, runId).

Internal helper used by inline def newWorkflowStub[A](workflowId, runId).

Attributes