public static class TracingProperties.DeadlineManagerProperties extends Object
DeadlineManager
.Constructor and Description |
---|
DeadlineManagerProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getDeadlineIdAttributeName()
The name of the attribute used to store the deadline id in the span.
|
String |
getDeadlineScopeAttributeName()
The name of the attribute used to store the deadline scope in the span.
|
void |
setDeadlineIdAttributeName(String deadlineIdAttributeName)
The name of the attribute used to store the deadline id in the span.
|
void |
setDeadlineScopeAttributeName(String deadlineScopeAttributeName)
The name of the attribute used to store the deadline scope in the span.
|
public String getDeadlineIdAttributeName()
axon.deadlineId
.public void setDeadlineIdAttributeName(String deadlineIdAttributeName)
axon.deadlineId
.deadlineIdAttributeName
- The name of the attribute used to store the deadline id in the span.public String getDeadlineScopeAttributeName()
axon.scope
.public void setDeadlineScopeAttributeName(String deadlineScopeAttributeName)
axon.scope
.deadlineScopeAttributeName
- The name of the attribute used to store the deadline scope in the span.Copyright © 2010–2024. All rights reserved.