Class HttpExchangesEndpointAutoConfiguration
java.lang.Object
org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesEndpointAutoConfiguration
@AutoConfiguration(after=HttpExchangesAutoConfiguration.class)
@ConditionalOnAvailableEndpoint(endpoint=HttpExchangesEndpoint.class)
public class HttpExchangesEndpointAutoConfiguration
extends Object
Auto-configuration
for the
HttpExchangesEndpoint
.- Since:
- 3.0.0
- Author:
- Phillip Webb
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionhttpExchangesEndpoint
(HttpExchangeRepository exchangeRepository)
-
Constructor Details
-
HttpExchangesEndpointAutoConfiguration
public HttpExchangesEndpointAutoConfiguration()
-
-
Method Details
-
httpExchangesEndpoint
@Bean @ConditionalOnBean(HttpExchangeRepository.class) @ConditionalOnMissingBean public HttpExchangesEndpoint httpExchangesEndpoint(HttpExchangeRepository exchangeRepository)
-