Class SyncAgentResource

java.lang.Object
org.glassfish.jersey.examples.rx.agent.SyncAgentResource

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

    • SyncAgentResource

      public SyncAgentResource()
  • Method Details