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

no.nav.registre.testnorge.consumers.Consumer Maven / Gradle / Ivy

Go to download

Consumers implementing methods for integrating with the testnorge adapters and headhunter

There is a newer version: 1.12.0-RELEASE
Show newest version
package no.nav.registre.testnorge.consumers;

import java.util.Collection;

public interface Consumer {

    Collection post(T data);

    void delete(T data);

    Collection get(T data);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy