Uses of Class
io.axoniq.framework.springboot.ThreadLocalContextPropagationProperties
Packages that use ThreadLocalContextPropagationProperties
Package
Description
Spring Boot auto configuration for Axoniq Framework.
-
Uses of ThreadLocalContextPropagationProperties in io.axoniq.framework.springboot.autoconfig
Methods in io.axoniq.framework.springboot.autoconfig with parameters of type ThreadLocalContextPropagationPropertiesModifier and TypeMethodDescriptionMicrometerTracingAutoConfiguration.threadLocalContextPropagationTogglingEnhancer(ThreadLocalContextPropagationProperties properties) Disables theMicrometerThreadLocalContextPropagationConfigurationEnhancer-- and with it theUnitOfWorkFactorydecorator and thread-local span accessor that make the active Axon span current on the framework's worker threads -- whenaxon.tracing.thread-local-context-propagation.enabledisfalse.