subscriberQueueLength abstract method

void subscriberQueueLength(
  1. String name,
  2. int length
)

Reports the length of the subscriber's queue

Implementation

void subscriberQueueLength(String name, int length);