1 / 12

Mulesoft connector devkit

basic Mulesoft connector devkit

Yamini2
Télécharger la présentation

Mulesoft connector devkit

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Mulesoft Connector Devkit : Coding & Deployment

  2. Steps to develop Mulesoft connector • Create project from anypoint studio • Select SDK Based connector • select icon and logo for your connector then click finish. • Build Connector •  Install or Update • Connector Testing

  3. Create project from anypoint studio

  4. Select SDK Based connector

  5. select icon and logo for your connector then click finish

  6. Connector project will generate. Here my project name is YSN, so it generates two java files, YSNConnector.java and ConnectorConfig.java. If you are add any method to execute this connector you need to define your method with  @Processor annotated method.

  7. Right Click on project –>Anypoint Connector –> Build Connector

  8. Right Click on project –> Anypoint Connector –> Install or Update

  9. You can find connector in mule palette

  10. You may test it with a flow as follows

  11. Output will be as follows

More Related