Hi,
MicroProfile Rest Client 1.2 requires that the method that is handling the
request is available under a specific key in the ClientRequestContext [1].
I've been struggling to find an elegant way of implementing it in SmallRye.
Currently, I have it working with a filter and digging out the
ClientInvocation from ClientRequestContextImpl [2] but would rather not use
reflection for that.
Could you give me some tip how to implement it better, if possible?
Thanks,
Michał
[1]
https://github.com/eclipse/microprofile-rest-client/blob/857ce67949a1e846...
[2]
https://github.com/michalszynkiewicz/smallrye-rest-client/blob/99e05e9793...