public interface SensorKeyProducer
| Modifier and Type | Method and Description |
|---|---|
SensorKey |
errorKey(java.lang.Throwable e)
Generate a SensorKey for the sensor representing the failed requests
|
SensorKey |
successKey()
Generate a SensorKey for the sensor representing the successful requests
|
SensorKey successKey()
SensorKey errorKey(java.lang.Throwable e)
e - The Throwable object to go with the failureCopyright © 2023. All rights reserved.