Uses of Interface
org.springframework.boot.actuate.web.exchanges.RecordableHttpResponse
Packages that use RecordableHttpResponse
-
Uses of RecordableHttpResponse in org.springframework.boot.actuate.web.exchanges
Methods in org.springframework.boot.actuate.web.exchanges with parameters of type RecordableHttpResponseModifier and TypeMethodDescriptionHttpExchange.Started.finish(Clock clock, RecordableHttpResponse response, Supplier<@Nullable Principal> principalSupplier, Supplier<@Nullable String> sessionIdSupplier, Set<Include> includes) Finish the request and return a newHttpExchangeinstance.HttpExchange.Started.finish(Clock clock, RecordableHttpResponse response, Supplier<@Nullable Principal> principalSupplier, Supplier<@Nullable String> sessionIdSupplier, Include... includes) Finish the request and return a newHttpExchangeinstance.HttpExchange.Started.finish(RecordableHttpResponse response, Supplier<@Nullable Principal> principalSupplier, Supplier<@Nullable String> sessionIdSupplier, Set<Include> includes) Finish the request and return a newHttpExchangeinstance.HttpExchange.Started.finish(RecordableHttpResponse response, Supplier<@Nullable Principal> principalSupplier, Supplier<@Nullable String> sessionIdSupplier, Include... includes) Finish the request and return a newHttpExchangeinstance.