resolve
open fun <T> resolve(serde: TypeTag<T>, @NonNull payload: @NonNull T, options: RequestOptions): Response<Void>
open fun <T> resolve(clazz: Class<T>, @NonNull payload: @NonNull T, options: RequestOptions): Response<Void>
Same as resolve with options.
Complete with success the Awakeable.
Parameters
clazz
used to serialize the Awakeable result payload.
payload
the result payload. MUST NOT be null.
Complete with success the Awakeable.
Parameters
serde
used to serialize the Awakeable result payload.
payload
the result payload. MUST NOT be null.