
org.daisy.pipeline.webserviceutils.requestlog.RequestLog Maven / Gradle / Ivy
package org.daisy.pipeline.webserviceutils.requestlog;
public interface RequestLog {
boolean contains(RequestLogEntry entry);
void add(RequestLogEntry entry);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy