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