inflightCount abstract method

Future<int?> inflightCount(
  1. String queue
)

Returns the number of in-flight messages for queue, if supported.

Implementation

Future<int?> inflightCount(String queue);