Class SimpleLongRunningResource
- java.lang.Object
-
- org.glassfish.jersey.examples.server.async.SimpleLongRunningResource
-
@Path("async/longrunning") @Produces("text/plain") public class SimpleLongRunningResource extends ObjectExample of a simple resource with a long-running operation executed in a custom application thread.- Author:
- Marek Potociar
-
-
Field Summary
Fields Modifier and Type Field Description static StringNOTIFICATION_RESPONSE
-
Constructor Summary
Constructors Constructor Description SimpleLongRunningResource()
-
-
-
Field Detail
-
NOTIFICATION_RESPONSE
public static final String NOTIFICATION_RESPONSE
- See Also:
- Constant Field Values
-
-