Module io.inverno.mod.web.client
Package io.inverno.mod.web.client
Interface WebExchange.Configurer<A extends ExchangeContext>
- Type Parameters:
A
- the exchange context type
- Enclosing interface:
WebExchange<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 Web exchange configurer.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(WebExchange<? extends A> exchange) Configures the specified exchange.
-
Method Details
-
configure
Configures the specified exchange.
- Parameters:
exchange
- the exchange to configure
-