getAll method

Gets all connections configured in component configuration.

Redirect to Discovery services is not done at this point. If you need fully fleshed connection use resolve method instead.

Return a list with connection parameters

Implementation

List<ConnectionParams> getAll() {
  return _connections;
}