Package io.vertx.rxjava.core.metrics
Interface Measured
-
- All Superinterfaces:
RxDelegate
- All Known Implementing Classes:
DatagramSocket
,EventBus
,HttpClient
,HttpServer
,NetClient
,NetServer
,Vertx
,WebSocketClient
,WorkerExecutor
public interface Measured extends RxDelegate
NOTE: This class has been automatically generated from theoriginal
non RX-ified interface using Vert.x codegen.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description Measured
getDelegate()
boolean
isMetricsEnabled()
Whether the metrics are enabled for this measured objectstatic Measured
newInstance(Measured arg)
-
-
-
Method Detail
-
getDelegate
Measured getDelegate()
- Specified by:
getDelegate
in interfaceRxDelegate
-
isMetricsEnabled
boolean isMetricsEnabled()
Whether the metrics are enabled for this measured object- Returns:
true
if metrics are enabled
-
-