Package org.axonframework.springboot
Class TracingProperties.RepositoryProperties
java.lang.Object
org.axonframework.springboot.TracingProperties.RepositoryProperties
- Enclosing class:
TracingProperties
Configuration properties for the behavior of creating tracing spans for the
Repository.- Since:
- 4.9.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe name of the attribute used to store the aggregate id in the span.voidsetAggregateIdAttributeName(String aggregateIdAttributeName) The name of the attribute used to store the aggregate id in the span.
-
Constructor Details
-
RepositoryProperties
public RepositoryProperties()
-
-
Method Details
-
getAggregateIdAttributeName
The name of the attribute used to store the aggregate id in the span. Defaults toaxon.aggregateId.- Returns:
- The name of the attribute used to store the aggregate id in the span.
-
setAggregateIdAttributeName
The name of the attribute used to store the aggregate id in the span. Defaults toaxon.aggregateId.- Parameters:
aggregateIdAttributeName- The name of the attribute used to store the aggregate id in the span.
-