#mulesoft
Read more stories on Hashnode
Articles with this tag
What is Cache Scope ? Cache is the temporary storage which limits same request processing again. Create a new mule project and add cache scope from...
What is choice router? Choice router is used to route the flow based on the dataweave expression. It is used to route only to one flow. If no match...
What is first successful ? First successful router iterates through list of configured processing routes until one of the route executes...
What is scatter gather ? The Scatter-Gather component can send messages to all the routes concurrently. This means that when a route is being...
What is batch processing? Batch processing allows for the efficient processing of records in groups or batches. Batch Processing is done by Batch...
Introduction File connector support operations such as creating directories and copying, moving, renaming, and deleting files. Trigger a flow when...