public interface TaskProcessor
| Modifier and Type | Method and Description |
|---|---|
TaskProcessorType |
getType() |
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) |
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)
TaskProcessorType getType()