| Class | Description |
|---|---|
| CustomAsyncConfigurerAutoConfiguration |
This auto-configuration wraps available
AsyncConfigurer in a TracedAsyncConfigurer |
| DefaultAsyncAutoConfiguration |
This auto-configuration provides all necessary bean to instrument @Async.
|
| TraceAsyncAspect | |
| TracedAsyncWebAspect |
this class adds tracing to all
org.springframework.stereotype.Controller or org.springframework.web.bind.annotation.RestController that has
public Callable methods
public WebAsyncTask methods
All those methods which will eventually have Callable.call() will be
wrapped with TracedCallable |
| TraceEnvironmentPostProcessor |
Adds default properties for the application:
logging pattern level that prints trace information (e.g.
|
Copyright © 2017–2018. All rights reserved.