neutron-lib/releasenotes/notes/callback_priority-2ded960e1...

9 lines
404 B
YAML

---
features:
- |
Introduced priority to callback subscription. An integer value can be
associated with each callback so that callbacks can be executed in
specified order for same resources and events. Every callback will have
priority value by default. To execute callbacks in specified order, priorities
should be defined explicitly, lower priority value would be executed first.