How to implement a Mule Message Observer?
问题 Im trying to implement a simple message observer on Mule that don't need to mutate the message. This link on the documentation says that the easiest way is to extend the AbstractMessageObserver. But as i can see on this link the class has been removed in the earlier versions of Mule. So, the best way to do this now is implementing the MessageProcessor interface and simply return the MuleEvent param in the process method? 回答1: If you need to access the whole MuleEvent , either a