InterviewSolution
| 1. |
What Is Endpoint In Mule ? |
|
Answer» An endpoint represents the specific usage of a protocol, whether it is for listening/polling, reading from, or writing to a particular target DESTINATION. Hence it controls what UNDERLYING entities will be used with the connector they depend on. The target destination itself is defined as a URI. Depending on the connector, the URI will bear a different meaning; for example, it can represent a URL or a JMS destination. An endpoint represents the specific usage of a protocol, whether it is for listening/polling, reading from, or writing to a particular target destination. Hence it controls what underlying entities will be used with the connector they depend on. The target destination itself is defined as a URI. Depending on the connector, the URI will bear a different meaning; for example, it can represent a URL or a JMS destination. |
|