TracerBullet

class TracerBullet(tracers: List<Tracer>)

Entry--point for creating Trace from a list of MetadataEvents. Provide a Tracer for each of the implementations that you want to support.

Constructors

Link copied to clipboard
constructor(vararg tracers: Tracer)
constructor(tracers: List<Tracer>)

Functions

Link copied to clipboard
operator fun invoke(events: List<Event>): List<Trace>