Class AsyncAgentResource

java.lang.Object
org.glassfish.jersey.examples.rx.agent.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