resolveOne abstract method

Future<ConnectionParams?> resolveOne(
  1. String? correlationId,
  2. String key
)

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 Throw error.

Implementation

Future<ConnectionParams?> resolveOne(String? correlationId, String key);