resolveOne method

  1. @override
Future<ConnectionParams> resolveOne (String correlationId String key)
override

Resolves a single connection parameters by its key.

  • correlationId (optional) transaction id to trace execution through call chain.
  • key a key to uniquely identify the connection. Return Future that receives found connection or error.