public interface SdkChannelPool
extends io.netty.channel.pool.ChannelPool
ChannelPool implementation that allows a caller to asynchronously retrieve channel-pool related metrics via
collectChannelPoolMetrics(MetricCollector).| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
collectChannelPoolMetrics(MetricCollector metrics)
Collect channel pool metrics into the provided
MetricCollector collection, completing the returned future when
all metric publishing is complete. |
CompletableFuture<Void> collectChannelPoolMetrics(MetricCollector metrics)
MetricCollector collection, completing the returned future when
all metric publishing is complete.metrics - The collection to which all metrics should be added.Copyright © 2021. All rights reserved.