retrofit / retrofit2 / Retrofit / callbackExecutor

callbackExecutor

@Nullable fun callbackExecutor(): Executor?

The executor used for Callback methods on a Call. This may be null, in which case callbacks should be made synchronously on the background thread.