Newer Version Available
Get Started with the Apex Connector Framework
To get started with your first custom adapter for Lightning Connect, create two Apex classes:
one that extends the DataSource.Connection class, and one
that extends the DataSource.Provider class.
Let’s step through the code of a sample custom adapter. Typically, custom adapters retrieve data from external systems. For simplicity, however, this sample custom adapter generates sample data within Apex.