Package org.axonframework.springboot
Class TracingProperties.SagaManagerProperties
java.lang.Object
org.axonframework.springboot.TracingProperties.SagaManagerProperties
- Enclosing class:
TracingProperties
Configuration properties for the behavior of creating tracing spans for the
AbstractSagaManager.- Since:
- 4.9.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe name of the attribute used to store the saga id in the span.voidsetSagaIdentifierAttributeName(String sagaIdentifierAttributeName) The name of the attribute used to store the saga id in the span.
-
Constructor Details
-
SagaManagerProperties
public SagaManagerProperties()
-
-
Method Details
-
getSagaIdentifierAttributeName
The name of the attribute used to store the saga id in the span. Defaults toaxon.sagaIdentifier.- Returns:
- The name of the attribute used to store the saga id in the span.
-
setSagaIdentifierAttributeName
The name of the attribute used to store the saga id in the span. Defaults toaxon.sagaIdentifier.- Parameters:
sagaIdentifierAttributeName- The name of the attribute used to store the saga id in the span.
-