| Package | Description |
|---|---|
| org.nhindirect.common.mail.streams |
Converter classes for SpringCloud stream entities.
|
| Modifier and Type | Method and Description |
|---|---|
static SMTPMailMessage |
SMTPMailMessageConverter.fromStreamMessage(org.springframework.messaging.Message<?> msg)
Converts a SpringCloud message to an SMTPMailMessage
|
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.messaging.Message<?> |
SMTPMailMessageConverter.toStreamMessage(SMTPMailMessage msg)
Converts an SMTPMailMessage object to a Spring Cloud Stream message.
|
static org.springframework.messaging.Message<?> |
SMTPMailMessageConverter.toStreamMessage(SMTPMailMessage msg,
Map<String,Object> hdrs)
Converts an SMTPMailMessage object and custom headers to a Spring Cloud Stream message.
|
Copyright © 2010–2021 The Direct Project. All rights reserved.