Class AsyncAgentResource


  • @Path("agent/async")
    @Produces("application/json")
    public class AsyncAgentResource
    extends Object
    Obtain information about visited (destination) and recommended (destination, forecast, price) places for "Async" user. Uses standard JAX-RS async approach to obtain the data.
    Author:
    Michal Gajdos
    • Constructor Detail

      • AsyncAgentResource

        public AsyncAgentResource()
    • Method Detail

      • async

        @GET
        @ManagedAsync
        public void async​(@Suspended
                          jakarta.ws.rs.container.AsyncResponse async)