fr.sii.ogham.email.sendgrid.SendGridConstants 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;
public final class SendGridConstants {
/**
* The configurer has a priority of 30000 in order to be applied after
* templating configurers and JavaMail configurer.
*/
public static final int DEFAULT_SENDGRID_CONFIGURER_PRIORITY = 30000;
/**
* The implementation has a priority of 30000.
*/
public static final int DEFAULT_SENDGRID_IMPLEMENTATION_PRIORITY = 30000;
private SendGridConstants() {
super();
}
}