LinkMoney's connectors are Spring Java applications that serve as access corridors between LinkMoney API and the LinkMoney tile internal to CDP. The connector is composed of a few core files:
LinkMoneyApplication, which is the top level Spring Boot Java Application that provides LinkMoney functionality.LinkMoneyController, which offers REST endpoints with LinkMoney functionality.LinkMoneyImp, which includes helper functions that make external HTTP calls.