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:
- Set up a basic runtime in a Runtime cloud.
- 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. - Share the Runtime cloud as a resource to a subordinate account.
- Verify on the Workers panel that there is an active worker. To learn more, refer to the Workers panel page.
- Build a connector having a Listen operation using the Listener API. To learn more, refer to Building a connector and Implementing the Listen operation.
Was this topic helpful?