Hi Mahesh
Notification flows between software components are typically done using events. TMF Open API offers two paradigms for this:
- TMF688 Event Management - provides an abstraction over centralized message buses such as Kafka or Rabbit
- Hub (local pub-sub) - implementation of each API allows consumers can subscribe to receive events by registering a callback, and the API implementation invokes the callback to notify the event
Look in TMF630 Design Guidelines for additional information
------------------------------
Jonathan Goldberg
Amdocs Management Limited
Any opinions and statements made by me on this forum are purely personal, and do not necessarily reflect the position of the TM Forum or my employer.
------------------------------