Interface RouteHandler

All Known Implementing Classes:
AnnotationBasedRouteHandlerFactory.AnnotationBasedRouteHandler

public interface RouteHandler
  • Method Details

    • handle

      void handle(String path, Map<String,String> pathParams, Map<String,String> queryParams)
      Parameters:
      path - full path
      pathParams - all path parameters of the whole path template
      queryParams - all query parameters