04_BuildAPIs Flashcards
Where can you build MuleSoft applications?
Anypoint Studio (and Flow Designer in Design Center)
What is a Mule event source?
Initiates the execution of the flow.
What transform, filter, enrich and process the event and its message?
Mule event processors.
What initiates the execution of the flow?
Mule event source.
What components make up the Mule message?
Attributes and Payload.
What are the 4 components that make up a Mule event?
Message, Attributes, Payload, Variables.
What is the Mule message?
Contains both the attributes and the payload. It is the data that passes through the flow of the app.
What are the attributes of a Mule event?
Metadata contained in the message header.
What is the payload of a Mule event?
The core infor of the message - the data that the app processes.
What are the variables of a Mule event?
Metadata for the Mule event which can be defined and reference in the app processing the event.
What is the Mule palette?
It can be found on the right hand side of Anypoint Studio, it is where you access the connectors. You may need to search in the Exchange to add the modules with the necessary connectors.
What is the Package Explorer?
It can be found on the left hand side of Anypoint Studio, it is where all the files/folders can be found.
What modules are (by default) within the Mule Palette?
Sockets and HTTP modules.
Anypoint Studio comes with an embedded ????????, to test application without leaving it?
Mule runtime.
What is used to automate the testing of Mule applications?
MUnit.