Hi Kalpana
This is part of the Event API (swagger available at early access page
here). The Event API provides an alternative to the older hub-based (point-to-point) publish and subscribe pattern, by abstracting the functionality of a message broker (such as the Apache Kafka project, RabbitMQ, queue managers on public cloud such as AWS SQS and equivalents, and many other commercial offerings).
Typically a message broker allows you to define a set of queues, or topics. Message producers (publishers) write events (messages) to topics, and consumers (subscribers) read from these topics.
Hope it helps
------------------------------
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.
------------------------------