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

com.alterioncorp.requestlogger.Persister Maven / Gradle / Ivy

package com.alterioncorp.requestlogger;

import java.util.List;

public interface Persister {

	void saveRequests(List requests, PropertyRegistry propertyRegistry);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy