| Modifier and Type | Field and Description |
|---|---|
protected EnrichedNotificationInfo |
EnrichedServerNotification.notificationInfo |
| Modifier and Type | Method and Description |
|---|---|
static EnrichedNotificationInfo |
EnrichedNotificationInfo.createInfo(Event event,
Exception e,
Object component)
Extract information from the event and exception to provide notification data.
|
EnrichedNotificationInfo |
EnrichedServerNotification.getInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowTraceManager.onFlowComplete(EnrichedNotificationInfo notificationInfo)
Handles the completion of the current flow for the given event.
|
void |
FlowTraceManager.onFlowStart(EnrichedNotificationInfo notificationInfo,
String flowName)
Handles the start of the passed flowName for the given event.
|
| Constructor and Description |
|---|
EnrichedServerNotification(EnrichedNotificationInfo notificationInfo,
int action,
FlowConstruct flowConstruct) |
EnrichedServerNotification(EnrichedNotificationInfo notificationInfo,
int action,
String resourceIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
ExceptionContextProvider.getContextInfo(EnrichedNotificationInfo notificationInfo,
Processor lastProcessed,
FlowConstruct flowConstruct) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
MessageProcessingFlowTraceManager.getContextInfo(EnrichedNotificationInfo notificationInfo,
Processor lastProcessed,
FlowConstruct flowConstruct) |
void |
MessageProcessingFlowTraceManager.onFlowComplete(EnrichedNotificationInfo notificationInfo) |
void |
MessageProcessingFlowTraceManager.onFlowStart(EnrichedNotificationInfo notificationInfo,
String flowName) |
| Constructor and Description |
|---|
AsyncMessageNotification(EnrichedNotificationInfo notificationInfo,
FlowConstruct flowConstruct,
int action) |
ComponentMessageNotification(EnrichedNotificationInfo notificationInfo,
FlowConstruct flowConstruct,
int action) |
ConnectorMessageNotification(EnrichedNotificationInfo notificationInfo,
FlowConstruct flowConstruct,
int action) |
ErrorHandlerNotification(EnrichedNotificationInfo notificationInfo,
FlowConstruct flowConstruct,
int action) |
ExceptionNotification(EnrichedNotificationInfo notificationInfo,
FlowConstruct flowConstruct) |
MessageProcessorNotification(EnrichedNotificationInfo notificationInfo,
FlowConstruct flowConstruct,
EventContext eventContext,
int action) |
PipelineMessageNotification(EnrichedNotificationInfo notificationInfo,
Pipeline pipeline,
int action) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
MessagingExceptionLocationProvider.getContextInfo(EnrichedNotificationInfo notificationInfo,
Processor lastProcessed,
FlowConstruct flowConstruct) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.