resolve

abstract suspend fun <T : Any> resolve(typeTag: TypeTag<T>, payload: T)

Resolve the signal with the given value.

Parameters

typeTag

used to serialize the result payload.

payload

the result payload.