Class TracingProperties.RepositoryProperties

java.lang.Object
org.axonframework.springboot.TracingProperties.RepositoryProperties
Enclosing class:
TracingProperties

public static class TracingProperties.RepositoryProperties extends Object
Configuration properties for the behavior of creating tracing spans for the Repository.
Since:
4.9.0
  • Constructor Details

    • RepositoryProperties

      public RepositoryProperties()
  • Method Details

    • getAggregateIdAttributeName

      public String getAggregateIdAttributeName()
      The name of the attribute used to store the aggregate id in the span. Defaults to axon.aggregateId.
      Returns:
      The name of the attribute used to store the aggregate id in the span.
    • setAggregateIdAttributeName

      public void setAggregateIdAttributeName(String aggregateIdAttributeName)
      The name of the attribute used to store the aggregate id in the span. Defaults to axon.aggregateId.
      Parameters:
      aggregateIdAttributeName - The name of the attribute used to store the aggregate id in the span.