Package io.datarouter.exception.service
Class ExceptionGraphLink.NoOpExceptionGraphLink
java.lang.Object
io.datarouter.exception.service.ExceptionGraphLink.NoOpExceptionGraphLink
- All Implemented Interfaces:
ExceptionGraphLink
- Enclosing interface:
- ExceptionGraphLink
public static class ExceptionGraphLink.NoOpExceptionGraphLink extends java.lang.Object implements ExceptionGraphLink
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.datarouter.exception.service.ExceptionGraphLink
ExceptionGraphLink.NoOpExceptionGraphLink -
Constructor Summary
Constructors Constructor Description NoOpExceptionGraphLink() -
Method Summary
Modifier and Type Method Description java.lang.StringgetCallOriginLink(ExceptionRecord exceptionRecord)java.lang.StringgetExactMetricLink(ExceptionRecord exceptionRecord)java.lang.StringgetMetricLink(ExceptionRecord exceptionRecord)
-
Constructor Details
-
NoOpExceptionGraphLink
public NoOpExceptionGraphLink()
-
-
Method Details
-
getMetricLink
- Specified by:
getMetricLinkin interfaceExceptionGraphLink
-
getCallOriginLink
- Specified by:
getCallOriginLinkin interfaceExceptionGraphLink
-
getExactMetricLink
- Specified by:
getExactMetricLinkin interfaceExceptionGraphLink
-