ZSignalBuilder

zio.temporal.signal.ZSignalBuilder
final class ZSignalBuilder(`__zio_temporal_workflowClient`: ZWorkflowClient, `__zio_temporal_addSignal`: BatchRequest => Unit)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

inline def start[A](inline f: A): TemporalIO[ZWorkflowExecution]

Invokes SignalWithStart operation.

Invokes SignalWithStart operation.

Attributes

f

workflow method to start

Returns:

workflowExecution of the started and signaled workflow.