Interface RetrieverEmailTemplateFactory<Type extends Email>

Type Parameters:
Type - Type of email

public interface RetrieverEmailTemplateFactory<Type extends Email>
An interface to reference a an OSGI Service for creating EmailTemplates. that are build form a a web page
This allow to share an instance wide configuration, like a From address or charSet
Since:
5.4
  • Method Summary

    Modifier and Type
    Method
    Description
    EmailTemplate<? extends Type>
    create(URI uri)