Contact Us 1-800-596-4880

Anypoint Code Builder Components and Commands Reference

In Anypoint Code Builder, use components to build your integrations and implementations:

Use MuleSoft commands from the Command Palette:

Configure MuleSoft (Mule) settings, such as the EU or US cloud, and default Mule runtime and Java versions:

Configure Anypoint Code Builder proxy settings in Visual Studio Code (VS Code) to work with your network settings:

Meet hardware, storage performance, and antivirus exclusion guidance for Anypoint Code Builder:

Understand how Maven settings files are identified and updated:

Built-In Connectors

In Anypoint Code Builder, both integrations and implementations are Mule applications.

Anypoint connectors and modules are extensions to Mule runtime engine that process event data within a Mule application. Connectors, unlike modules, also provide ways to connect to external systems or services.

Built-in Anypoint connectors are available from the canvas and code editor for integration and implementation projects. These connectors include:

Connector XML tags start with a namespace followed by an operation, following the syntax namespace:operation, such as <db:select/> for a Select operation in Anypoint Connector for Database (Database Connector). For more information, see Using Anypoint Code Builder to Configure a Connector.

Many other connectors are available from Anypoint Code Builder through Anypoint Exchange:

To find information about more connectors, see Anypoint Connectors Overview, and find documentation on all Anypoint connectors and modules.

See Also