register method

Future<ConnectionParams> register (String correlationId, String key, ConnectionParams connection)

Registers connection parameters into the discovery service.

  • correlationId (optional) transaction id to trace execution through call chain.
  • key a key to uniquely identify the connection parameters.
  • credential a connection to be registered. Return Future that receives a registered connection Throw error.