RevPages

What are Mulesoft connectors?

by Pankaj N. Software engineer
A connector could be software that has a connection between a Mule flow and an external resource.
Recommended Features
  • Technical
  • Education
  • developers
  • integration
  • enterprise architects
Learn more about What are Mulesoft connectors?»

Review on What are Mulesoft connectors?

A connector could be software that has a connection between a Mule flow and an external resource. The resource is any source of content, like a database, protocol, or API. You'll create a connector with the Anypoint Connector DevKit and also the Anypoint Studio IDE. A connector is written in Java version 6 or 7. Connectors access web resources using REST, SOAP, or the Java SDK.


Anypoint Connector DevKit provides the tools and interfaces for building custom connectors. As reusable components that hide API complexity from the mixing developer, custom connectors facilitate integration with SaaS and on-premise Web services, applications, and data sources. Connectors that you simply build using Anypoint Studio and in Mule ESB runtime environments, function as extensions of the core product.

Connector Architecture
A connector has two sides. The Mule-facing side communicates with a resources target-facing client-side to enable content to travel between the Mule flow and also the resource.

Mule-Facing Functionality
From the Mule-facing side, a connector consists of
The main Java class. Java code that you just annotate with the @Connector attribute.
Connector attributes. Properties of the Connector class that you simply annotate with the Configurable attribute. See Java annotations for information on how annotations work. See the Annotation Reference for information about Anypoint Connector DevKit annotations.
Methods. Functionality that you simply annotate with the Processor attribute. Additional annotations define authentication-related functionality and connection management and control the layout of the Anypoint Studio dialogues for the connector. The information model and exceptions that either raise or propagate also are Mule-facing classes.

Related to What are Mulesoft connectors?

Sponsor Ads


About Pankaj N. Freshman   Software engineer

0 connections, 0 recommendations, 25 honor points.
Joined APSense since, March 21st, 2022, From Jaipur, India.

Created on Apr 12th 2022 07:32. Viewed 349 times.

Comments

No comment, be the first to comment.
Please sign in before you comment.