menu
dart_libp2p package
documentation
p2p/host/eventbus/metrics.dart
MetricsTracer
subscriberQueueLength abstract method
subscriberQueueLength abstract method
dark_mode
light_mode
subscriberQueueLength
abstract method
void
subscriberQueueLength
(
String
name
,
int
length
)
Reports the length of the subscriber's queue
Implementation
void subscriberQueueLength(String name, int length);
dart_libp2p package
documentation
p2p/host/eventbus/metrics
MetricsTracer
subscriberQueueLength abstract method
MetricsTracer class