set
abstract fun set( cancellationScheduler: IScheduler? = null, handlerScheduler: IScheduler? = null, handler: (Lifetime, TReq) -> RdTask<TRes>)
Content copied to clipboard
Assigns a handler that executes the API asynchronously.
open fun set( cancellationScheduler: IScheduler? = null, handlerScheduler: IScheduler? = null, handler: (TReq) -> TRes)
Content copied to clipboard
Assigns a handler that executes the API synchronously.