resolveAll abstract method

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

Resolves all connection parameters by their key.

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

Implementation

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