Uses of Interface
io.vertx.core.net.endpoint.InteractionMetrics
-
Packages that use InteractionMetrics Package Description io.vertx.core.net.endpoint -
-
Uses of InteractionMetrics in io.vertx.core.net.endpoint
Classes in io.vertx.core.net.endpoint that implement InteractionMetrics Modifier and Type Class Description class
DefaultInteractionMetrics
Default interaction metrics.Fields in io.vertx.core.net.endpoint declared as InteractionMetrics Modifier and Type Field Description static InteractionMetrics<?>
InteractionMetrics. INSTANCE
Methods in io.vertx.core.net.endpoint that return InteractionMetrics Modifier and Type Method Description InteractionMetrics<?>
ServerEndpoint. metrics()
default InteractionMetrics<?>
LoadBalancer. newMetrics()
-