retrofit / retrofit2 / Retrofit / Builder / callbackExecutor

callbackExecutor

fun callbackExecutor(executor: Executor!): Retrofit.Builder!

The executor on which Callback methods are invoked when returning Call from your service method.

Note: executor is not used for custom method.