Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information