mGramSeva - IFIX Adapter Integration Service

 

Objective

The purpose of the mGramSeva IFIX adapter service is to push the demand, bill, and payment events to IFIX from the mGramSeva.

Overview

mGramSeva IFIX adapter service is a wrapper for pushing data from the mGramSeva to IFIX. when demand or payment has happened in the mGramSeva system, mGramSeva IFIX adapter service will listen to that topics and it will call the IFIX reference adapter service push API to publish the data to IFIX.

Pre-requisites

Before you proceed with the configuration, make sure the following pre-requisites are met -

  • Java 8

  • Kafka

  • Spring boot

Key Functionalities

  • Pushing demand, bill and payment events to IFIX adapter

The following topics will listen by the mGramSeva IFIX adapter service. when we create demand for ws-services, then we will send an event as demand for IFIX, if it is expense demand we will send an event as a bill for IFIX, if it is ws-services payment, then we will send an event as a receipt for IFIX, if it is expense payment, we will send payment as an event for IFIX.

  • mgramseva-create-demand

  • mgramseva-update-demand

  • egov.collection.payment-create

Deployment Details

Please deploy the following build.

  • ifix-adapter:v1.0.0-4e24064-14

Integration

Integration Scope

mGramSeva IFIX adapter will be integrated with the IFIX Reference adaptor service. mGramSeva IFIX adapter Application internally invokes the IFIX Reference adaptor service to push the data.

Steps to Integration

  1. mGramSeva IFIX adapter application to call IFIX-reference-adapter/events/v1/_push to push the demand, bill, and payment events from mGramSeva to IFIX.