Class ForecastResource
java.lang.Object
org.glassfish.jersey.examples.rx.remote.ForecastResource
Obtain current weather conditions in a destination.
- Author:
- Michal Gajdos
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ForecastResource
public ForecastResource()
-
-
Method Details
-
forecast
@GET @ManagedAsync @Path("/{destination}") public Forecast forecast(@PathParam("destination") String destination)
-