0 votes
in Mulesoft by
What are connectors in Mule?

1 Answer

0 votes
by

Connectors are abstractions for sending and receiving data. They also interact with the APIs. The two types of connectors are

Transport: these are sources and sinks of data, like the transport layer in HTTP protocol.

Cloud Connectors: You use these to interact with APIs; they reduce the initial troubles of the developers by combining operations of an API with the connectors.

...