What response is returned to a web client request to the HTTP Listener?

Refer to the exhibits.

Each route in the Scatter-Gather sets the payload to the number shown in the label.

What response is returned to a web client request to the HTTP Listener?

A)

B)

C)

D)

A . Option A
B . Option B
C . Option C
D . Option D

Answer: D

Explanation:

Correct answer is as below.

After all processing routes have finished execution, the Scatter-Gather component creates a new Mule event that combines all resulting Mule events from each route, and then passes the new Mule event to the next component in the flow.

{

"0": {

"attributes": …,

"payload": "100"

},

"1": {

"attributes": …,

"payload": "200"

}

}

Bottom of Form

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments