Package io.vertx.reactivex.core.metrics
Interface Measured
-
- All Superinterfaces:
RxDelegate
- All Known Implementing Classes:
DatagramSocket,EventBus,HttpClientAgent,HttpServer,NetClient,NetServer,WebSocketClient
public interface Measured extends RxDelegate
NOTE: This class has been automatically generated from the
originalnon RX-ified interface using Vert.x codegen.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description MeasuredgetDelegate()booleanisMetricsEnabled()Whether the metrics are enabled for this measured objectstatic MeasurednewInstance(Measured arg)
-
-
-
Method Detail
-
getDelegate
Measured getDelegate()
- Specified by:
getDelegatein interfaceRxDelegate
-
isMetricsEnabled
boolean isMetricsEnabled()
Whether the metrics are enabled for this measured object- Returns:
trueif metrics are enabled
-
-