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

fr.sii.ogham.email.sendgrid.sender.SendGridSender Maven / Gradle / Ivy

The newest version!
package fr.sii.ogham.email.sendgrid.sender;

import fr.sii.ogham.core.sender.SpecializedSender;
import fr.sii.ogham.email.message.Email;

/**
 * Base interface for SendGrid sender that is necessary to abstract
 * implementations for each SendGrid library versions
 * 
 * @author Aurélien Baudet
 *
 */
public interface SendGridSender extends SpecializedSender {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy