Class HttpExchangesProperties
java.lang.Object
org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesProperties
@ConfigurationProperties(prefix="management.httpexchanges")
public class HttpExchangesProperties
extends Object
Configuration properties for recording HTTP exchanges.
- Since:
- 2.0.0
- Author:
- Wallace Wadge, Phillip Webb, Venil Noronha, Madhura Bhave, Stephane Nicoll
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Recording properties. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
HttpExchangesProperties
public HttpExchangesProperties()
-
-
Method Details
-
getRecording
-