I'm having a difficult time figuring out how to use my own pool for Async
Client calls. Currently I have this:
Client client = ClientBuilder.newClient();
client.register(new MyExecutorProvider());
But this doesn't seem to be working correctly. Anything obvious I am doing
wrong here?