Registry Connector
This guide provides details on implementing the Registry Connectors Interface for integration with PBMS Background Tasks.
Overview
The RegistryInterface defines a standardized contract for interacting with various G2P Registries within the PBMS. It ensures consistent behavior across different registry integrations, including eligibility checks, summary computation, entitlement processing, and beneficiary search functionalities.
Custom implementations of this interface allow developers to integrate new registry types (for example, farmer, student, or worker registries) without modifying the PBMS core logic.
Interface Code: Registry Interface in OpenG2P PBMS Background Tasks Extensions
Example Implementation: farmer Implementation, student Implementation
Last updated
Was this helpful?

