Class 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 Detail

      • FlowableAgentResource

        public FlowableAgentResource()