Module io.inverno.mod.web.server
Package io.inverno.mod.web.server
Interface ErrorWebRouter.Configurer<A extends ExchangeContext>
- Type Parameters:
A
- the exchange context type
- All Known Implementing Classes:
WhiteLabelErrorRoutesConfigurer
- Enclosing interface:
ErrorWebRouter<A extends ExchangeContext>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A configurer used to configure error Web routes in a Web server.
- Since:
- 1.12
- Author:
- Jeremy Kuhn
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(ErrorWebRouter<A> routes) Configures error Web routes.
-
Method Details
-
configure
Configures error Web routes.
- Parameters:
routes
- the error Web router to use to define error Web routes
-