Class ModuleTracingBeanPostProcessor

java.lang.Object
org.springframework.modulith.observability.ModuleTracingSupport
org.springframework.modulith.observability.ModuleTracingBeanPostProcessor
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanPostProcessor

public class ModuleTracingBeanPostProcessor extends ModuleTracingSupport implements BeanPostProcessor
A BeanPostProcessor that decorates beans exposed by application modules with an interceptor that registers module entry and exit to create tracing spans for those invocations.
Author:
Oliver Drotbohm