Class HttpExchangesWebFilter
java.lang.Object
org.springframework.boot.webflux.actuate.web.exchanges.HttpExchangesWebFilter
A
WebFilter for recording HTTP exchanges.- Since:
- 4.0.0
- Author:
- Andy Wilkinson, Phillip Webb
-
Field Summary
Fields inherited from interface Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionHttpExchangesWebFilter(HttpExchangeRepository repository, Set<Include> includes) Create a newHttpExchangesWebFilterinstance. -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void> filter(ServerWebExchange exchange, WebFilterChain chain) intgetOrder()voidsetOrder(int order)
-
Constructor Details
-
HttpExchangesWebFilter
Create a newHttpExchangesWebFilterinstance.- Parameters:
repository- the repository used to record eventsincludes- the include options
-
-
Method Details