@Component
public class PushTaskProcessor
extends java.lang.Object
implements org.tiogasolutions.notify.kernel.task.TaskProcessor
| Constructor and Description |
|---|
PushTaskProcessor(PushClientFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
org.tiogasolutions.notify.kernel.task.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) |
@Autowired public PushTaskProcessor(PushClientFactory factory)
public org.tiogasolutions.notify.kernel.task.TaskProcessorType getType()
getType in interface org.tiogasolutions.notify.kernel.task.TaskProcessorpublic 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.TaskProcessor