All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zalando.logbook.Correlation Maven / Gradle / Ivy

package org.zalando.logbook;

import java.time.Duration;

public interface Correlation {

    String getId();

    Duration getDuration();

    Request getRequest();

    Response getResponse();

    HttpRequest getOriginalRequest();

    HttpResponse getOriginalResponse();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy