Package org.axonframework.springboot
Class TracingProperties.DeadlineManagerProperties
java.lang.Object
org.axonframework.springboot.TracingProperties.DeadlineManagerProperties
- Enclosing class:
TracingProperties
Configuration properties for the behavior of creating tracing spans for the
DeadlineManager.- Since:
- 4.9.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe name of the attribute used to store the deadline id in the span.The name of the attribute used to store the deadline scope in the span.voidsetDeadlineIdAttributeName(String deadlineIdAttributeName) The name of the attribute used to store the deadline id in the span.voidsetDeadlineScopeAttributeName(String deadlineScopeAttributeName) The name of the attribute used to store the deadline scope in the span.
-
Constructor Details
-
DeadlineManagerProperties
public DeadlineManagerProperties()
-
-
Method Details
-
getDeadlineIdAttributeName
The name of the attribute used to store the deadline id in the span. Defaults toaxon.deadlineId.- Returns:
- The name of the attribute used to store the deadline id in the span.
-
setDeadlineIdAttributeName
The name of the attribute used to store the deadline id in the span. Defaults toaxon.deadlineId.- Parameters:
deadlineIdAttributeName- The name of the attribute used to store the deadline id in the span.
-
getDeadlineScopeAttributeName
The name of the attribute used to store the deadline scope in the span. Defaults toaxon.scope.- Returns:
- The name of the attribute used to store the deadline scope in the span.
-
setDeadlineScopeAttributeName
The name of the attribute used to store the deadline scope in the span. Defaults toaxon.scope.- Parameters:
deadlineScopeAttributeName- The name of the attribute used to store the deadline scope in the span.
-