public class EnrichedNotificationInfo extends Object
| Constructor and Description |
|---|
EnrichedNotificationInfo(Event event,
Component component,
Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
static EnrichedNotificationInfo |
createInfo(Event event,
Exception e,
Component component)
Extract information from the event and exception to provide notification data.
|
Component |
getComponent() |
Event |
getEvent() |
Exception |
getException() |
public static EnrichedNotificationInfo createInfo(Event event, Exception e, Component component)
event - the event to extract information frome - the exception that occurredcomponent - the component (processor, source, etc) that triggered the notificationpublic Event getEvent()
public Component getComponent()
public Exception getException()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.