Interface WebRouterConfigurer<A extends ExchangeContext>

Type Parameters:
A - the type of the exchange context
All Superinterfaces:
RouterConfigurer<A,WebExchange<A>,WebRouter<A>,WebInterceptedRouter<A>,WebRouteManager<A,WebRouter<A>>,WebRouteManager<A,WebInterceptedRouter<A>>,WebInterceptorManager<A,WebInterceptedRouter<A>>,WebRoute<A>>
All Known Subinterfaces:
WebServerControllerConfigurer<A>

A configurer used to configure a web router.

Since:
1.0
Author:
Jeremy Kuhn
See Also: