public class SmtpTaskProcessor
extends java.lang.Object
implements org.tiogasolutions.notify.kernel.task.TaskProcessor
| Constructor and Description |
|---|
SmtpTaskProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected EmailMessage |
createEmailMessage(org.tiogasolutions.notify.pub.route.ArgValueMap argMap) |
org.tiogasolutions.notify.kernel.task.TaskProcessorType |
getType() |
void |
init(org.springframework.beans.factory.BeanFactory beanFactory) |
boolean |
isReady() |
org.tiogasolutions.notify.pub.task.TaskResponse |
processTask(org.tiogasolutions.notify.pub.domain.DomainProfile domainProfile,
org.tiogasolutions.notify.pub.notification.Notification notification,
org.tiogasolutions.notify.pub.task.Task task) |
public boolean isReady()
isReady in interface org.tiogasolutions.notify.kernel.task.TaskProcessorpublic org.tiogasolutions.notify.pub.task.TaskResponse processTask(org.tiogasolutions.notify.pub.domain.DomainProfile domainProfile,
org.tiogasolutions.notify.pub.notification.Notification notification,
org.tiogasolutions.notify.pub.task.Task task)
processTask in interface org.tiogasolutions.notify.kernel.task.TaskProcessorprotected EmailMessage createEmailMessage(org.tiogasolutions.notify.pub.route.ArgValueMap argMap)
public org.tiogasolutions.notify.kernel.task.TaskProcessorType getType()
getType in interface org.tiogasolutions.notify.kernel.task.TaskProcessorpublic void init(org.springframework.beans.factory.BeanFactory beanFactory)
init in interface org.tiogasolutions.notify.kernel.task.TaskProcessor