JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.github.migangqui.spring.email.service
Interface EmailSender
All Known Implementing Classes:
EmailSenderImpl
public interface
EmailSender
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
SendEmailResult
send
(
Email
email)
Future
<
SendEmailResult
>
sendAsync
(
Email
email)
Method Details
send
SendEmailResult
send
(
Email
email)
sendAsync
Future
<
SendEmailResult
>
sendAsync
(
Email
email)