1.

What are Connectors in Mule?

Answer»

Connectors in Mule are Mule’s ABSTRACTION for sending and receiving data and interacting with various APIS. There are generally 2 forms of connectors in Mule: 

  • Transport: This is the most common FORM of connector used in Mule. Like HTTP, transports provide an adaptation layer for a protocol. These are the sources and sinks for data - to get data into and out of flows.
  • Cloud connectors: These are typically used to interact with an API. Usually, cloud connectors don’t give endpoints. Instead, they have message PROCESSORS that map to the operations provided in the API. The operations of an API are combined by these cloud connectors. The effect of this is that the initial friction for a developer is greatly reduced.


Discussion

No Comment Found