dispatcher

abstract fun dispatcher(dispatcher: Dispatcher): ApiClient.Builder

Return

the same Builder instance

See also

okhttp3.Dispatcher

Parameters

dispatcher

the Dispatcher used to set policy and execute asynchronous requests. If unset, a new dispatcher with a default configuration will be used.