public class NotificationDeriver extends AbstractProcessor<Trace,Notification>
Processor.ProcessorType| Constructor and Description |
|---|
NotificationDeriver()
The default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
findIssues(List<Node> nodes,
Notification notification)
This method checks for issues associated with the nodes and adds
them to the supplied notification.
|
Notification |
processOneToOne(String tenantId,
Trace item) |
cleanup, getDeliveryDelay, getRetryDelay, getType, initialise, isReportRetryExpirationAsWarning, processManyToMany, processOneToManypublic Notification processOneToOne(String tenantId, Trace item) throws RetryAttemptException
processOneToOne in interface Processor<Trace,Notification>processOneToOne in class AbstractProcessor<Trace,Notification>RetryAttemptExceptionprotected void findIssues(List<Node> nodes, Notification notification)
nodes - The nodesnotification - The notificationCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.