users@jax-rs-spec.java.net

[jax-rs-spec users] Re: JAX_RS_SPEC-523: ClientBuilder can set ExecutorService and ScheduledExecutorService

From: Alessio Soldano <asoldano_at_redhat.com>
Date: Wed, 12 Apr 2017 00:32:29 +0200

Il 11/04/2017 18:28, Pavel Bucek ha scritto:
> Hi Alessio,
>
> yes, they are.
>
> ScheduledExecutorService will be used for scheduling reconnects
> (that's [2])
mmh... are you planning to add some additional doc / example on this?

> and provided executor service will be passed to RxInvokerProvider,
> which is [1].
>
> I guess you refer to methods rx(ExecutorService) and rx(...,
> ExecutorService) - they were removed, so there is no need to handle
> "priorities". (We don't need them any more, since you can set executor
> service in ClientBuilder).
Ok, this is fine, I've implemented a prototype of this and it makes
sense now, thanks.

Cheers
Alessio