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

no.difi.oxalis.api.persist.ExceptionPersister Maven / Gradle / Ivy

package no.difi.oxalis.api.persist;

import no.difi.oxalis.api.model.TransmissionIdentifier;
import no.difi.vefa.peppol.common.model.Header;

import java.nio.file.Path;

/**
 * @author erlend
 * @since 4.0.3
 */
@FunctionalInterface
public interface ExceptionPersister {

    void persist(TransmissionIdentifier transmissionIdentifier, Header header, Path payloadPath, Exception exception);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy