
com.global.api.logging.IRequestLogger Maven / Gradle / Ivy
package com.global.api.logging;
import java.io.IOException;
public interface IRequestLogger {
void RequestSent(String request) throws IOException;
void ResponseReceived(String response) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy