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

If you created your own connection it's necessary to create your own connection manager. 

1. Create the connectionmanager

Create a new class and let it implement the IConnectionManager interface (and its methods).

2. Annotate the class 

Add the "@AquimaConnectionManager" annotation to the class.

@AquimaConnectionManager
public class CustomConnectionManager implements IConnectionManager{

3. Implement the code

Implement the code so you can get and set your own connection. 

 

  • No labels