Class TracingProperties.DeadlineManagerProperties

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

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

    • DeadlineManagerProperties

      public DeadlineManagerProperties()
  • Method Details

    • getDeadlineIdAttributeName

      public String getDeadlineIdAttributeName()
      The name of the attribute used to store the deadline id in the span. Defaults to axon.deadlineId.
      Returns:
      The name of the attribute used to store the deadline id in the span.
    • setDeadlineIdAttributeName

      public void setDeadlineIdAttributeName(String deadlineIdAttributeName)
      The name of the attribute used to store the deadline id in the span. Defaults to axon.deadlineId.
      Parameters:
      deadlineIdAttributeName - The name of the attribute used to store the deadline id in the span.
    • getDeadlineScopeAttributeName

      public String getDeadlineScopeAttributeName()
      The name of the attribute used to store the deadline scope in the span. Defaults to axon.scope.
      Returns:
      The name of the attribute used to store the deadline scope in the span.
    • setDeadlineScopeAttributeName

      public void setDeadlineScopeAttributeName(String deadlineScopeAttributeName)
      The name of the attribute used to store the deadline scope in the span. Defaults to axon.scope.
      Parameters:
      deadlineScopeAttributeName - The name of the attribute used to store the deadline scope in the span.