-
Methods in org.zalando.logbook with parameters of type Correlation
| Modifier and Type |
Method |
Description |
java.lang.String |
HttpLogFormatter.format(Correlation correlation,
HttpResponse response) |
|
default java.lang.String |
StructuredHttpLogFormatter.format(Correlation correlation,
HttpResponse response) |
|
default java.util.Map<java.lang.String,java.lang.Object> |
StructuredHttpLogFormatter.prepare(Correlation correlation,
HttpResponse response) |
Produces a map of individual properties from an HTTP response.
|
void |
HttpLogWriter.write(Correlation correlation,
java.lang.String response) |
|
void |
Sink.write(Correlation correlation,
HttpRequest request,
HttpResponse response) |
|
default void |
Strategy.write(Correlation correlation,
HttpRequest request,
HttpResponse response,
Sink sink) |
This method is being called right after the response body was buffered.
|
default void |
Sink.writeBoth(Correlation correlation,
HttpRequest request,
HttpResponse response) |
|