This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Event-Based Inbound Endpoints
An event-based inbound endpoint polls only once to establish a connection with the remote server and then consumes events.
Common event-based endpoint parameters
The following parameter is common to all event-based inbound endpoints:
Parameter Name | Description | Required | Possible Values | Default Value |
---|---|---|---|---|
coordination | This parameter is only applicable in a cluster environment. In a cluster environment an inbound endpoint will only be executed in worker nodes. If this parameter is set to true in a cluster environment, the inbound will only be executed in a single worker node. Once the running worker node is down the inbound will start on another available worker node in the cluster. | No | true or false | false |
See the following topics for detailed information on each event-basedĀ inbound endpoint available with the ESB profile ofĀ WSO2 EI:
For information on how to create a custom inbound endpoint by extending the event-based inbound endpoint behaviour, see Creating a custom event-based inbound endpoint.