Interface RouteHandlerMatchFactory<R extends org.spincast.core.exchange.RequestContext<?>>


public interface RouteHandlerMatchFactory<R extends org.spincast.core.exchange.RequestContext<?>>
  • Method Summary

    Modifier and Type
    Method
    Description
    org.spincast.core.routing.RouteHandlerMatch<R>
    create(org.spincast.core.routing.Route<R> sourceRoute, org.spincast.core.routing.Handler<R> routeHandler, Map<String,String> params, int position)
     
  • Method Details

    • create

      org.spincast.core.routing.RouteHandlerMatch<R> create(org.spincast.core.routing.Route<R> sourceRoute, org.spincast.core.routing.Handler<R> routeHandler, Map<String,String> params, int position)