public interface TaskProcessor
| Modifier and Type | Method and Description |
|---|---|
ProcessorType |
getType() |
void |
init(org.springframework.beans.factory.BeanFactory beanFactory) |
boolean |
isReady() |
org.tiogasolutions.notify.pub.TaskResponse |
processTask(org.tiogasolutions.notify.pub.DomainProfile domainProfile,
org.tiogasolutions.notify.pub.Notification notification,
org.tiogasolutions.notify.pub.Task task) |
boolean isReady()
org.tiogasolutions.notify.pub.TaskResponse processTask(org.tiogasolutions.notify.pub.DomainProfile domainProfile,
org.tiogasolutions.notify.pub.Notification notification,
org.tiogasolutions.notify.pub.Task task)
ProcessorType getType()
void init(org.springframework.beans.factory.BeanFactory beanFactory)