Uses of Class
org.springframework.cloud.sleuth.annotation.NewSpan
-
Packages that use NewSpan Package Description org.springframework.cloud.sleuth.annotation -
-
Uses of NewSpan in org.springframework.cloud.sleuth.annotation
Methods in org.springframework.cloud.sleuth.annotation with parameters of type NewSpan Modifier and Type Method Description voidNewSpanParser. parse(org.aopalliance.intercept.MethodInvocation methodInvocation, NewSpan newSpan, Span span)Override to control the name and tags on an annotation-based span.ObjectSleuthMethodInvocationProcessor. process(org.aopalliance.intercept.MethodInvocation invocation, NewSpan newSpan, ContinueSpan continueSpan)Executes a given Sleuth annotated method.
-