Package service.email

Class EmailServiceImpl

java.lang.Object
service.email.EmailServiceImpl
All Implemented Interfaces:
EmailService

@Service @Conditional(BpmnEnabledCondition.class) public class EmailServiceImpl extends Object implements EmailService
Sends emails and returns completable futures to wait for. Message preparation was largely moved there from EmailHandler in refactoring process.
Author:
ivanov.denis