Waiting for engine...
Skip to main content

Implementing Listen

Developers can implement listeners and deploy them to execution workers running in Runtime clouds.

Connector requirements

For a connector to implement Listen, it must be:

  • Built using the Connector SDK and use the Listener API to build and submit payloads.
  • Owned by the account that owns the Runtime cloud, be shared as a connector resource from the account owning the Runtime cloud, or be owned by a subordinate account from the account owning the Runtime cloud.
  • Either a public connector (available to all users) or a private connector (available to the current account or shared with the account as a connector resource within its account group).

Listen implementation process

Use these steps to understand how Listen works and the implementation process:

  1. Set up a basic runtime in a Runtime cloud.
  2. Select the Execution Workers Enabled check box in the Properties panel, Advanced tab of Runtime Management (com.boomi.container.worker.enabled). To learn more, refer to the Properties panel, Advanced tab page.
  3. Share the Runtime cloud as a resource to a subordinate account.
  4. Verify on the Workers panel that there is an active worker. To learn more, refer to the Workers panel page.
  5. Build a connector having a Listen operation using the Listener API. To learn more, refer to Building a connector and Implementing the Listen operation.
On this Page