@Target(value={PARAMETER,FIELD,METHOD,TYPE}) @Retention(value=RUNTIME) @Documented @Inherited @Qualifier public @interface ClientAsyncExecutor
ExecutorService
instance used by Jersey client runtime to execute asynchronous
client requests.
The asynchronous client request executor service instance injected using this injection qualifier can be customized
by registering a custom ExecutorServiceProvider
implementation that is itself annotated
with the @ClientAsyncExecutor
annotation.
ClientAsyncExecutorLiteral
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.