This method is used to build a connection object for this App. It will be shared with multiple sources & destinations related to this app on the same server.
This is useful when your App has a kept-alive wire connection, like mySQL or Postgres, or you need an API token to reuse.
The connection itself should be able to handle reconnection attempts, keep-alive, etc,
This method is used to build a connection object for this App. It will be shared with multiple sources & destinations related to this app on the same server. This is useful when your App has a kept-alive wire connection, like mySQL or Postgres, or you need an API token to reuse. The connection itself should be able to handle reconnection attempts, keep-alive, etc,