java - Override Jersey 2 invocation behavior -


we have existing implementation of software-level load balancing we'd migrate jersey 2. in jersey 1, needed extend com.sun.jersey.api.client.client , handle() method. we've implemented builder return subclass. execution of of rest methods automatically execute overriden method.

any recommendation where's best place same in jersey 2? we're looking @ clientruntime's invoke() or jerseyinvocation's invoke() seem not extensible.


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -