You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.

  • No labels