0
7
Login
Code
Issues
Pull requests
Events
Packages

/Tag/v3.1.39

v3.1.39

v3.1.39

Overview
Deploy
Metadata

Refactor ConsumerManager to use register() instead of run()

This commit refactors the ConsumerManager class in the trigger module. The run() method has been deprecated and will be removed in the next version. It has been replaced with the register() method, which is now used to register consumers. This change improves the clarity and maintainability of the code.

Refactor BindTriggerProcessesListener to use register() instead of run()

This commit refactors the BindTriggerProcessesListener class in the trigger module. The run() method of the ConsumerManager has been replaced with the register() method. This change ensures consistency in the codebase and improves readability.