Interface Measured

All Superinterfaces:
MutinyDelegate
All Known Implementing Classes:
DatagramSocket, EventBus, HttpClient, HttpServer, NetClient, NetServer, Vertx, WebSocketClient, WorkerExecutor

public interface Measured extends MutinyDelegate

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.metrics.Measured
     
    boolean
     
    static Measured
    newInstance(io.vertx.core.metrics.Measured arg)
     
  • Method Details

    • getDelegate

      io.vertx.core.metrics.Measured getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • isMetricsEnabled

      boolean isMetricsEnabled()
      Returns:
      true if metrics are enabled
    • newInstance

      static Measured newInstance(io.vertx.core.metrics.Measured arg)