Package bpmn.handler.email_handler
Interface Email
- All Known Implementing Classes:
ConstantEmail
public interface Email
- Author:
- Tim Urmancheev
-
Method Summary
-
Method Details
-
subject
String subject() -
body
String body() -
attachments
List<Attachment> attachments()
-