fr.sii.ogham.email.sendgrid.sender.SendGridSender Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ogham-email-sendgrid-common Show documentation
Show all versions of ogham-email-sendgrid-common Show documentation
Common classes for all SendGrid implementation for Ogham
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 {
}