类 TracingProperties.Baggage
java.lang.Object
org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage
- 封闭类:
TracingProperties
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean
void
setCorrelation
(TracingProperties.Baggage.Correlation correlation) void
setEnabled
(boolean enabled) void
setLocalFields
(List<String> localFields) void
setRemoteFields
(List<String> remoteFields) void
setTagFields
(List<String> tagFields)
-
构造器详细资料
-
Baggage
public Baggage()
-
-
方法详细资料
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getCorrelation
-
setCorrelation
-
getRemoteFields
-
getLocalFields
-
getTagFields
-
setRemoteFields
-
setLocalFields
-
setTagFields
-