Questions
Take a moment to answer the following questions to serve as a recap of what you just learned in this chapter:
- Which
.xml
file will have project dependencies information in a Mule application? - What are the different types of scheduling strategies?
- What is APIkit Router?
- What is Object Store Connector?
Answers
pom.xml
- There are two types of scheduling strategies:
- Fixed Frequency
- Cron
- APIkit Router is a tool for creating a Mule application. It autogenerates the flow using a RAML file. It receives the incoming request, validates the URL, query parameters, and URI parameters based on the API specification, and also routes the incoming request to the Mule flow.
- Object Store Connector is a Mule component that allows you to store a simple key-value pair.