Module io.inverno.mod.web.server
Package io.inverno.mod.web.server
Interface ErrorWebRoutesConfigurer<A extends ExchangeContext>
- Type Parameters:
A
- the type of the exchange context
public interface ErrorWebRoutesConfigurer<A extends ExchangeContext>
A configurer used to configure routes in an Error Web router.
- Since:
- 1.5
- Author:
- Jeremy Kuhn
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(ErrorWebRoutable<A, ?> routes) Configures error web routes.
-
Method Details
-
configure
Configures error web routes.
- Parameters:
routes
- the error web routable to configure
-