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
Post a Comment