@API(status=STABLE)
public interface HttpLogWriter
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isActive() |
void |
write(Correlation correlation,
String response) |
void |
write(Precorrelation precorrelation,
String request) |
default boolean isActive()
void write(Precorrelation precorrelation, String request) throws IOException
IOExceptionvoid write(Correlation correlation, String response) throws IOException
IOExceptionCopyright © 2015–2021 Zalando SE. All rights reserved.