Class SyncAgentResource
- java.lang.Object
-
- org.glassfish.jersey.examples.rx.agent.SyncAgentResource
-
@Path("agent/sync") @Produces("application/json") public class SyncAgentResource extends ObjectObtain 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 Summary
Constructors Constructor Description SyncAgentResource()
-
-
-
Method Detail
-
sync
@GET public AgentResponse sync()
-
-