Interface MessageProcessor
- All Known Implementing Classes:
PublicLinkProcessor
,RecipientRewriteProcessor
,SenderMessageProcessor
public interface MessageProcessor
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(MailMessage message, Map<String, Object> attributes)
-
Field Details
-
HIGH_PRIORITY
static final int HIGH_PRIORITY- See Also:
-
LOW_PRIORITY
static final int LOW_PRIORITY- See Also:
-
-
Method Details
-
process
- Throws:
MailException
-