Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A custom connection can be created if your project needs a connection that is not provided in Blueriq. Creating your own connection is easy and quick if you follow these steps:

 

  1. Create the connection

Go to your plugin project and add a class. Pick a name for the class and let the class implement IConnection (com.aquima.interactions.foundation.connectivity.IConnection). 

2. Implement the connection

Annotate the class and implement the two functions. See example below. In this class you can add methods to let your custom connection work. 

...