Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TracingOptions

Vert.x tracing base configuration, this class can be extended by provider implementations to configure those specific implementations.

Hierarchy

  • TracingOptions

Index

Constructors

Methods

Constructors

constructor

  • Returns TracingOptions

  • Parameters

    Returns TracingOptions

Methods

getFactory

  • getFactory(): any
  • Programmatically set the tracer factory to be used when tracing are enabled.

    Normally Vert.x will look on the classpath for a tracer factory implementation, but if you want to set one programmatically you can use this method.

    Returns any

setFactory

  • Programmatically set the tracer factory to be used when tracing are enabled.

    Normally Vert.x will look on the classpath for a tracer factory implementation, but if you want to set one programmatically you can use this method.

    Parameters

    • factory: any

    Returns TracingOptions

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc