Interface Trace.TraceletBuilder

Enclosing interface:
Trace

public static interface Trace.TraceletBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    set(String name, Object value)
    Set a property on this tracelet with a given value.
  • Method Details

    • set

      Trace.TraceletBuilder set(String name, Object value)
      Set a property on this tracelet with a given value.
      Parameters:
      name - the name of the property to set
      value - the value to set
      Returns:
      this
      Throws:
      IllegalArgumentException - if the property or value of the property is invalid as per the trace model