io.corbel.oauth.service.SendNotificationService Maven / Gradle / Ivy
The newest version!
package io.corbel.oauth.service;
import java.util.Map;
/**
* @author Alberto J. Rubio
*/
public interface SendNotificationService {
void sendNotification(String domain, String notificationsId, String recipient, Map properties);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy