- onAfterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception, Span) - Method in interface io.opentracing.contrib.spring.web.interceptor.HandlerInterceptorSpanDecorator
-
This is called in
HandlerInterceptor.afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception)
- onAfterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object, Span) - Method in interface io.opentracing.contrib.spring.web.interceptor.HandlerInterceptorSpanDecorator
-
This is called in
AsyncHandlerInterceptor.afterConcurrentHandlingStarted(HttpServletRequest, HttpServletResponse, Object)
- onError(HttpRequest, Throwable, Span) - Method in interface io.opentracing.contrib.spring.web.client.RestTemplateSpanDecorator
-
Decorate span when exception is thrown during request processing, e.g.
- onError(HttpRequest, Throwable, Span) - Method in class io.opentracing.contrib.spring.web.client.RestTemplateSpanDecorator.StandardTags
-
- onPreHandle(HttpServletRequest, Object, Span) - Method in interface io.opentracing.contrib.spring.web.interceptor.HandlerInterceptorSpanDecorator
-
This is called in
HandlerInterceptor.preHandle(HttpServletRequest, HttpServletResponse, Object).
- onRequest(HttpRequest, Span) - Method in interface io.opentracing.contrib.spring.web.client.RestTemplateSpanDecorator
-
Decorate span before before request is executed, e.g.
- onRequest(HttpRequest, Span) - Method in class io.opentracing.contrib.spring.web.client.RestTemplateSpanDecorator.StandardTags
-
- onResponse(HttpRequest, ClientHttpResponse, Span) - Method in interface io.opentracing.contrib.spring.web.client.RestTemplateSpanDecorator
-
Decorate span after request is done, e.g.
- onResponse(HttpRequest, ClientHttpResponse, Span) - Method in class io.opentracing.contrib.spring.web.client.RestTemplateSpanDecorator.StandardTags
-