Package org.glassfish.jersey.client
Annotation Type ClientAsyncExecutor
-
@Target({PARAMETER,FIELD,METHOD,TYPE}) @Retention(RUNTIME) @Documented @Inherited @Qualifier public @interface ClientAsyncExecutorInjection qualifier that can be used to inject anExecutorServiceinstance used by Jersey client runtime to executeasynchronousclient requests.The asynchronous client request executor service instance injected using this injection qualifier can be customized by registering a custom
ExecutorServiceProviderimplementation that is itself annotated with the@ClientAsyncExecutorannotation.- Since:
- 2.18
- See Also:
ClientAsyncExecutorLiteral