Class HttpExchangesEndpointAutoConfiguration

java.lang.Object
org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesEndpointAutoConfiguration

@AutoConfiguration(after=HttpExchangesAutoConfiguration.class) @ConditionalOnAvailableEndpoint(endpoint=org.springframework.boot.actuate.web.exchanges.HttpExchangesEndpoint.class) public class HttpExchangesEndpointAutoConfiguration extends Object
Auto-configuration for the HttpExchangesEndpoint.
Since:
3.0.0
  • Constructor Details

    • HttpExchangesEndpointAutoConfiguration

      public HttpExchangesEndpointAutoConfiguration()
  • Method Details

    • httpExchangesEndpoint

      @Bean @ConditionalOnBean(org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository.class) @ConditionalOnMissingBean public org.springframework.boot.actuate.web.exchanges.HttpExchangesEndpoint httpExchangesEndpoint(org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository exchangeRepository)