Aspect that adds tracing to
RestController annotated classes
with public Callable methods
org.springframework.stereotype.Controller annotated classes with public
Callable methods
org.springframework.stereotype.Controller or
RestController annotated classes with
public WebAsyncTask methods
For controllers an around aspect is created that wraps the
Callable.call()
method execution in
TraceCallable
This aspect will continue a span created by the TracingFilter. It will not create
a new span - since the one in TracingFilter will wait until processing has been
finished