Class SimpleLongRunningResource

java.lang.Object
org.glassfish.jersey.examples.server.async.SimpleLongRunningResource

@Path("async/longrunning") @Produces("text/plain") public class SimpleLongRunningResource extends Object
Example of a simple resource with a long-running operation executed in a custom application thread.
Author:
Marek Potociar
  • Field Details

  • Constructor Details

    • SimpleLongRunningResource

      public SimpleLongRunningResource()
  • Method Details