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