TemporalWorkflowFacade

zio.temporal.internal.TemporalWorkflowFacade$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def addToBatchRequest(f: () => Unit): BatchRequest => Unit
def addToBatchRequest(b: BatchRequest, f: () => Unit): Unit
def execute[R](f: () => R): CompletableFuture[R]
def query[R](stub: WorkflowStub, name: String, args: List[AnyRef])(implicit ctg: ClassTag[R]): R
def start(f: () => Unit): WorkflowExecution