Toggle navigation
Home
io.vertx.core.spi.metrics.HttpClientMetrics to io.vertx.core.spi.metrics.VertxMetrics
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'vert.x'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Update Class Instacne Creation
new ConnectionManager(this,metrics)
to
new ConnectionManager(this,metrics != null ? metrics.createMetrics(this,options) : null)