Uses of Interface
org.zalando.logbook.Precorrelation
-
-
Uses of Precorrelation in org.zalando.logbook
Subinterfaces of Precorrelation in org.zalando.logbook Modifier and Type Interface Description interfaceCorrelationMethods in org.zalando.logbook with parameters of type Precorrelation Modifier and Type Method Description StringHttpLogFormatter. format(Precorrelation precorrelation, HttpRequest request)default StringStructuredHttpLogFormatter. format(Precorrelation precorrelation, HttpRequest request)default Map<String,Object>StructuredHttpLogFormatter. prepare(Precorrelation precorrelation, HttpRequest request)Produces a map of individual properties from an HTTP request.voidHttpLogWriter. write(Precorrelation precorrelation, String request)voidSink. write(Precorrelation precorrelation, HttpRequest request)default voidStrategy. write(Precorrelation precorrelation, HttpRequest request, Sink sink)This method is being called right after the response body was buffered.
-