Context component:
- Moved Events to database sub-module - Improved API for notification publication and consumption - Moved construction of gRPC reply objects to database sub-module - Moved generation of context change notifications to database sub-modules - Minor cosmetic improvements
Showing
- src/context/service/ContextServiceServicerImpl.py 62 additions, 133 deletionssrc/context/service/ContextServiceServicerImpl.py
- src/context/service/Events.py 0 additions, 42 deletionssrc/context/service/Events.py
- src/context/service/database/Connection.py 22 additions, 11 deletionssrc/context/service/database/Connection.py
- src/context/service/database/Context.py 22 additions, 12 deletionssrc/context/service/database/Context.py
- src/context/service/database/Device.py 26 additions, 14 deletionssrc/context/service/database/Device.py
- src/context/service/database/EndPoint.py 4 additions, 3 deletionssrc/context/service/database/EndPoint.py
- src/context/service/database/Events.py 88 additions, 0 deletionssrc/context/service/database/Events.py
- src/context/service/database/Link.py 21 additions, 11 deletionssrc/context/service/database/Link.py
- src/context/service/database/PolicyRule.py 24 additions, 11 deletionssrc/context/service/database/PolicyRule.py
- src/context/service/database/Service.py 31 additions, 16 deletionssrc/context/service/database/Service.py
- src/context/service/database/Slice.py 31 additions, 16 deletionssrc/context/service/database/Slice.py
- src/context/service/database/Topology.py 25 additions, 14 deletionssrc/context/service/database/Topology.py
Loading
Please register or sign in to comment