users@jersey.java.net

[Jersey] ExecutorServiceProvider Questions

From: Robert DiFalco <robert.difalco_at_gmail.com>
Date: Mon, 29 Jun 2015 10:38:52 -0700

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?