Class TracingProperties.SagaManagerProperties

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

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

    • SagaManagerProperties

      public SagaManagerProperties()
  • Method Details

    • getSagaIdentifierAttributeName

      public String getSagaIdentifierAttributeName()
      The name of the attribute used to store the saga id in the span. Defaults to axon.sagaIdentifier.
      Returns:
      The name of the attribute used to store the saga id in the span.
    • setSagaIdentifierAttributeName

      public void setSagaIdentifierAttributeName(String sagaIdentifierAttributeName)
      The name of the attribute used to store the saga id in the span. Defaults to axon.sagaIdentifier.
      Parameters:
      sagaIdentifierAttributeName - The name of the attribute used to store the saga id in the span.