A connector is a collection of templates that define operations users can call from their ESB configurations to easily access specific logic for processing messages. Typically, connectors are used to wrap the API of an external service. For example, there are several default Cloud connectors provided with the ESB that call the APIs of a Cloud-based service services like Twitter and JIRA. There are several default connectors provided with the ESB, but you You can also create your own connector to provide access to other services. Creating a connector involves the following high-level tasks:
...