Why not using the response type? It is not hard to detect it is a CompletionStage and therefore call rx().
Side note: if there is an Executor param it should be forwarded/configured IMHO. Le 4 févr. 2018 20:49, "John D. Ament" <[email protected]> a écrit : > So far, it looks like proxy clients don't support rx() invocations. I do > see rx() methods within WebClient that would allow its use, but I don't see > a straight forward way that those methods could be invoked within a proxy. > It could be that a custom annotation is used, indicating the response > should be from an rx() invocation. > > John >
