Class TracingOptions


  • public class TracingOptions
    extends Object
    Vert.x tracing base configuration, this class can be extended by provider implementations to configure those specific implementations.
    Author:
    Julien Viet
    • Constructor Detail

      • TracingOptions

        public TracingOptions()
        Default constructor
      • TracingOptions

        public TracingOptions​(TracingOptions other)
        Copy constructor
        Parameters:
        other - The other TracingOptions to copy when creating this
      • TracingOptions

        public TracingOptions​(JsonObject json)
        Create an instance from a JsonObject
        Parameters:
        json - the JsonObject to create it from