# Notification Consumer

* Package: org.egov.works.kafka
* Source File: NotificationConsumer.java
* Dependencies: Spring Framework, Kafka, Lombok

## Overview

The NotificationConsumer class is responsible for consuming messages from Kafka topics and forwarding them to the NotificationConsumerService for further processing within the eGov Works module.

## Functionality

The primary functionality of the NotificationConsumer class includes:

**Consuming Kafka Messages**: Messages are consumed from specified Kafka topics using Kafka listeners.

**Forwarding Messages**: Consumed messages are forwarded to the NotificationConsumerService for processing based on the topic.

## Usage

The NotificationConsumer class acts as a bridge between Kafka topics and the NotificationConsumerService, ensuring seamless message consumption and processing within the eGov Works module.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digit.org/works/reference-implementations/muktasoft-v2.2/deployment/sms-adapter-services/notification-consumer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
