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