Interface MessageAction
- All Known Implementing Classes:
AbstractMailAction,CheckMailUnicity,CheckSenderAction,CreateDocumentsAction,CreateDocumentsFromAutomationChainAction,DocumentURLAction,EndAction,ExtractMessageInformationAction,SendMailAction,StartAction,StoreMessageAction,TransformMessageAction
public interface MessageAction
Object method for a message action.
- Author:
- Alexandre Russel
-
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(ExecutionContext context) Executes one action.voidreset(ExecutionContext context)
-
Method Details
-
execute
Executes one action.If it returns false, the following actions from the pipe are not executed.
- Throws:
jakarta.mail.MessagingException- See Also:
-
reset
-