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

network.oxalis.api.persist.ExceptionPersister Maven / Gradle / Ivy

package network.oxalis.api.persist;

import network.oxalis.api.model.TransmissionIdentifier;
import network.oxalis.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