Class FlowableAgentResource
- java.lang.Object
-
- org.glassfish.jersey.examples.rx.agent.FlowableAgentResource
-
@Singleton @Path("agent/flowable") @Produces("application/json") public class FlowableAgentResource extends Object
Obtain information about visited (destination) and recommended (destination, forecast, price) places for "RxJava2" user. Uses RxJava2 Flowable and Jersey Client to obtain the data.- Author:
- Michal Gajdos, Pavel Bucek
-
-
Constructor Summary
Constructors Constructor Description FlowableAgentResource()
-
-
-
Method Detail
-
flowable
@GET public void flowable(@Suspended AsyncResponse async)
-
-