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