Interface Measured

All Superinterfaces:
MutinyDelegate
All Known Implementing Classes:
DatagramSocket, EventBus, HttpClientAgent, HttpServer, Measured.MeasuredImpl, NetClient, NetServer, QuicClient, QuicEndpoint, QuicServer, Vertx, WebSocketClient, WorkerExecutor

public interface Measured extends MutinyDelegate

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

Author:
Nick Scavelli
See Also:
  • Measured
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.metrics.Measured
     
    boolean
    Whether the metrics are enabled for this measured object
    static Measured
    newInstance(io.vertx.core.metrics.Measured delegate)
    Creates a new instance of the Measured.
  • 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()
      Whether the metrics are enabled for this measured object
      Returns:
      true if metrics are enabled
    • newInstance

      static Measured newInstance(io.vertx.core.metrics.Measured delegate)
      Creates a new instance of the Measured.