Class TracingProperties.Propagation
java.lang.Object
org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation
- Enclosing class:
- TracingProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType>
List<org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType>
List<org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType>
getType()
void
setConsume
(List<org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType> consume) void
setProduce
(List<org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType> produce) void
setType
(List<org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType> type)
-
Constructor Details
-
Propagation
public Propagation()
-
-
Method Details
-
setType
public void setType(List<org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType> type) -
setProduce
public void setProduce(List<org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType> produce) -
setConsume
public void setConsume(List<org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType> consume) -
getType
public List<org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType> getType() -
getProduce
public List<org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType> getProduce() -
getConsume
public List<org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType> getConsume()
-