> On Jan 20, 2017, at 10:36 AM, Pavel Bucek <pavel.bucek_at_oracle.com> wrote:
>
> RxInvokerProvider is from JAX-RS API; "client".register method is declared as:
>
> public C register(Class<?> componentClass, Class<?>... contracts);
>
> which translated to "register CompletionStageRxInvokerProvider as RxInvokerProvider". It is not required to use this explicit way, client.register(CompletionStageRxInvokerProvider.class) also works.
Right, I had forgotten about that. Thanks.
— Santiago