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