Interface Measured
- All Superinterfaces:
io.vertx.lang.rx.RxDelegate
- All Known Implementing Classes:
DatagramSocket, EventBus, HttpClientAgent, HttpServer, NetClient, NetServer, QuicClient, QuicEndpoint, QuicServer, Vertx, WebSocketClient, WorkerExecutor
public interface Measured
extends io.vertx.lang.rx.RxDelegate
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether the metrics are enabled for this measured objectstatic MeasurednewInstance(Measured arg)
-
Method Details
-
getDelegate
Measured getDelegate()- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
isMetricsEnabled
boolean isMetricsEnabled()Whether the metrics are enabled for this measured object- Returns:
trueif metrics are enabled
-
newInstance
-