Class RoutingResultDefault<R extends org.spincast.core.exchange.RequestContext<?>>

java.lang.Object
org.spincast.plugins.routing.RoutingResultDefault<R>
All Implemented Interfaces:
org.spincast.core.routing.RoutingResult<R>

public class RoutingResultDefault<R extends org.spincast.core.exchange.RequestContext<?>> extends Object implements org.spincast.core.routing.RoutingResult<R>
  • Constructor Details

    • RoutingResultDefault

      public RoutingResultDefault(List<org.spincast.core.routing.RouteHandlerMatch<R>> routeHandlerMatches)
  • Method Details

    • getRouteHandlerMatches

      public List<org.spincast.core.routing.RouteHandlerMatch<R>> getRouteHandlerMatches()
      Specified by:
      getRouteHandlerMatches in interface org.spincast.core.routing.RoutingResult<R extends org.spincast.core.exchange.RequestContext<?>>
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getMainRouteHandlerMatch

      public org.spincast.core.routing.RouteHandlerMatch<R> getMainRouteHandlerMatch()
      Specified by:
      getMainRouteHandlerMatch in interface org.spincast.core.routing.RoutingResult<R extends org.spincast.core.exchange.RequestContext<?>>