Class TracingProperties.Propagation

java.lang.Object
org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation
Enclosing class:
TracingProperties

public static class TracingProperties.Propagation extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType
     
    void
    setType(org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType type)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Propagation

      public Propagation()
  • Method Details

    • getType

      public org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType getType()
    • setType

      public void setType(org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Propagation.PropagationType type)