157k views
5 votes
What are the three execution types that can be set in an Anypoint connectors source code?

1) Request-Response
2) One-Way
3) Batch

User Ponsfrilus
by
7.2k points

1 Answer

6 votes

Final answer:

The three execution types in Anypoint connectors source code are Request-Response, One-Way, and Batch.

Step-by-step explanation:

The three execution types that can be set in an Anypoint connectors source code are:

  1. Request-Response: This type of execution ensures that a request is sent to a specific endpoint, and the response from that endpoint is received.
  2. One-Way: In this type of execution, a request is made to an endpoint without expecting a response or waiting for it.
  3. Batch: This execution type allows multiple requests to be sent as a batch, improving performance and efficiency.

User Grace Note
by
8.2k points