What is NOT part of a Mule 4 event?
What is NOT part of a Mule 4 event?
In Mule 4, the event consists of a Mule Message and variables. The Mule Message itself is composed of attributes and payload. Inbound properties were part of Mule 3, but they are no longer used in Mule 4. Therefore, inboundProperties is not part of a Mule 4 event.
Mule Event Structure : Mule Message ->[Attributes Payload] [Variables ]
C. inboundProperties - They are part of the message, not the mule event!
C is correct
mule event = mule message(attributes, payload) + variables