JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.glassfish.jersey.server
ManagedAsync
Contents
Description
Hide sidebar
Show sidebar
Annotation Type ManagedAsync
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
@Documented
public @interface
ManagedAsync
Indicates that the resource method to which the annotation has been applied should be executed on a separate thread managed by an internal Jersey
executor service
.