resolveAll method

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

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