resolveSuspend

suspend fun <T : Any> Client.AwakeableHandle.resolveSuspend(typeTag: TypeTag<T>, payload: T, options: RequestOptions = RequestOptions.DEFAULT): Response<Void>

Complete with success the Awakeable.

Parameters

typeTag

the type tag for serialization

payload

the payload

options

request options


inline suspend fun <T : Any> Client.AwakeableHandle.resolveSuspend(payload: T, options: RequestOptions = RequestOptions.DEFAULT): Response<Void>

Complete with success the Awakeable.

Parameters

payload

the payload

options

request options