| Package | Description |
|---|---|
| org.mule.api.context.notification | |
| org.mule.endpoint.outbound |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EndpointMessageNotificationListener<T extends EndpointMessageNotification>
EndpointMessageNotificationListener is an observer interface that objects
can use to receive notifications about messages being sent and received from endpoints |
| Modifier and Type | Method and Description |
|---|---|
EndpointMessageNotification |
OutboundNotificationMessageProcessor.createBeginNotification(MuleEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutboundNotificationMessageProcessor.dispatchNotification(EndpointMessageNotification notification)
Deprecated.
as of 3.7.2. Use
OutboundNotificationMessageProcessor.dispatchNotification(EndpointMessageNotification, MuleEvent) instead |
void |
OutboundNotificationMessageProcessor.dispatchNotification(EndpointMessageNotification notification,
MuleEvent event) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.