Class RetryTagGenerator
java.lang.Object
org.zalando.riptide.micrometer.tag.RetryTagGenerator
- All Implemented Interfaces:
TagGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIterable<io.micrometer.core.instrument.Tag>onRequest(RequestArguments arguments) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.zalando.riptide.micrometer.tag.TagGenerator
onError, onResponse
-
Constructor Details
-
RetryTagGenerator
public RetryTagGenerator()
-
-
Method Details
-
onRequest
- Specified by:
onRequestin interfaceTagGenerator
-