public class OutboundNotificationMessageProcessor extends Object implements MessageProcessor
EndpointMessageNotification
's when a message is sent or dispatched.Constructor and Description |
---|
OutboundNotificationMessageProcessor(OutboundEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
EndpointMessageNotification |
createBeginNotification(MuleEvent event) |
void |
dispatchNotification(EndpointMessageNotification notification)
Deprecated.
as of 3.7.2. Use
dispatchNotification(EndpointMessageNotification, MuleEvent) instead |
void |
dispatchNotification(EndpointMessageNotification notification,
MuleEvent event) |
MuleEvent |
process(MuleEvent event)
Invokes the MessageProcessor.
|
String |
toString() |
public OutboundNotificationMessageProcessor(OutboundEndpoint endpoint)
public MuleEvent process(MuleEvent event) throws MuleException
MessageProcessor
process
in interface MessageProcessor
event
- MuleEvent to be processedMuleException
public void dispatchNotification(EndpointMessageNotification notification, MuleEvent event)
@Deprecated public void dispatchNotification(EndpointMessageNotification notification)
dispatchNotification(EndpointMessageNotification, MuleEvent)
insteadpublic EndpointMessageNotification createBeginNotification(MuleEvent event)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.