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

dev.soffa.foundation.notification.Notifier Maven / Gradle / Ivy

package dev.soffa.foundation.notification;

import java.util.Map;

public interface Notifier {

    void sendNotification(String uuid, String template, Map vars);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy