public class EmailServiceImpl extends Object implements EmailService
| Constructor and Description |
|---|
EmailServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
SendEmailResult |
send(Email email) |
Future<SendEmailResult> |
sendAsync(Email email) |
public SendEmailResult send(Email email)
send in interface EmailService@Async public Future<SendEmailResult> sendAsync(Email email)
sendAsync in interface EmailServiceCopyright © 2020. All rights reserved.