Creating Custom External Adapters

General steps for using SDKs to build custom adapters.

  1. Get an SDK instance.
  2. Create credentials for the required type of authentication.
  3. Connect to a project using those credentials.
  4. Create a publisher to publish to the Server.
  5. Create a subscriber to subscribe to records from the Server.
  6. Publish or subscribe.
Related concepts
Custom Adapters