size abstract method

Future<int> size(
  1. String queue
)

Get the number of pending jobs in a queue

Implementation

Future<int> size(String queue);