resolveOne method Null safety

  1. @override
Future<ConnectionParams?> resolveOne(
  1. String? correlationId,
  2. 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.