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