Class ListenableFutureAgentResource
java.lang.Object
org.glassfish.jersey.examples.rx.agent.ListenableFutureAgentResource
@Path("agent/listenable")
@Produces("application/json")
public class ListenableFutureAgentResource
extends Object
Obtain information about visited (destination) and recommended (destination, forecast, price) places for "Guava" user. Uses
Guava ListenableFuture and Jersey Client to obtain the data.
- Author:
- Michal Gajdos, Pavel Bucek
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ListenableFutureAgentResource
public ListenableFutureAgentResource()
-
-
Method Details
-
listenable
-