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

fr.sii.ogham.email.sendgrid.SendGridConstants Maven / Gradle / Ivy

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();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy