Class 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