Package com.airbnb.suggest.rest.util

Examples of com.airbnb.suggest.rest.util.RequestStatsFilter


    // The actual REST Endpoints
    bind(SuggestionResource.class).in(Singleton.class);

    // Stats
    filter("/suggest/v1/like").through(new RequestStatsFilter("suggest_v1_like"));
    filter("/suggest/v1/all_places").through(new RequestStatsFilter("suggest_v1_all_places"));
  }
View Full Code Here

TOP

Related Classes of com.airbnb.suggest.rest.util.RequestStatsFilter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.