Skip to main content
Cosmo Router provides powerful handlers to hook into the event processing of Cosmo Streams. These handlers allow you to implement custom logic for subscription lifecycle management, event processing and data transformation.
Custom Modules in Cosmo Streams are available since Router version 0.266.0

Available Hooks

The Cosmo Streams system provides three main hook interfaces that you can implement with Custom Modules: For more information about each individual hook, please refer to the respective documentation page. For a general usage of Custom Modules, please refer to the General Usage documentation page.