Package ch.astorm.smtp4j.core
Interface SmtpMessageHandler
-
- All Known Implementing Classes:
SmtpMessageStorage
public interface SmtpMessageHandlerRepresents a message handler that will process any incoming message.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(SmtpMessage smtpMessage)Handles the specified transaction.
-
-
-
Method Detail
-
handle
void handle(SmtpMessage smtpMessage)
Handles the specified transaction.- Parameters:
smtpMessage- The message received within the transaction.
-
-