signal

inline suspend fun <T : Any> Context.signal(name: String): DurableFuture<T>

Create a DurableFuture waiting on a named signal targeting the current invocation.

See also


inline suspend fun <T : Any> signal(name: String): DurableFuture<T>

Create a DurableFuture waiting on a named signal targeting the current invocation.

See also

Throws

if called outside of a Restate handler