Class WebFluxHttpExchangesAutoConfiguration

java.lang.Object
org.springframework.boot.webflux.autoconfigure.actuate.web.exchanges.WebFluxHttpExchangesAutoConfiguration

@AutoConfiguration @ConditionalOnWebApplication(type=REACTIVE) @ConditionalOnBooleanProperty(name="management.httpexchanges.recording.enabled", matchIfMissing=true) @ConditionalOnBean(org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository.class) @EnableConfigurationProperties(org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesProperties.class) public final class WebFluxHttpExchangesAutoConfiguration extends Object
Auto-configuration to record HTTP exchanges.
Since:
4.0.0
  • Constructor Details

    • WebFluxHttpExchangesAutoConfiguration

      public WebFluxHttpExchangesAutoConfiguration()