Uses of Interface
org.springframework.boot.actuate.web.exchanges.RecordableHttpResponse
-
Uses of RecordableHttpResponse in org.springframework.boot.actuate.web.exchanges
Modifier and TypeMethodDescriptionHttpExchange.Started.finish
(Clock clock, RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Set<Include> includes) Finish the request and return a newHttpExchange
instance.HttpExchange.Started.finish
(Clock clock, RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Include... includes) Finish the request and return a newHttpExchange
instance.HttpExchange.Started.finish
(RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Set<Include> includes) Finish the request and return a newHttpExchange
instance.HttpExchange.Started.finish
(RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Include... includes) Finish the request and return a newHttpExchange
instance.