Uses of Class
org.exoplatform.services.mail.Message
-
Packages that use Message Package Description org.exoplatform.services.mail org.exoplatform.services.mail.impl -
-
Uses of Message in org.exoplatform.services.mail
Methods in org.exoplatform.services.mail with parameters of type Message Modifier and Type Method Description voidMailService. sendMessage(Message message)Sends mail message based onMessageinstanceFuture<Boolean>MailService. sendMessageInFuture(Message message)Asynchronous variant ofMailService.sendMessage(Message). -
Uses of Message in org.exoplatform.services.mail.impl
Methods in org.exoplatform.services.mail.impl with parameters of type Message Modifier and Type Method Description voidMailServiceImpl. sendMessage(Message message)Sends mail message based onMessageinstanceFuture<Boolean>MailServiceImpl. sendMessageInFuture(Message message)Asynchronous variant ofMailService.sendMessage(Message).
-