Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Following The following parameter is a common to all event-based inbound endpoint parameterendpoints:

Parameter Name

Description

Required

Possible Values

Default Value

coordinationThis 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.
Notrue or falsefalse

...

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.