PluginAfterTrackConfiguration

class PluginAfterTrackConfiguration(val schemas: List<String>? = null, val closure: Consumer<InspectableEvent>)

Provides a block closure to be called after events are tracked. Optionally, you can specify the event schemas for which the block should be called.

Constructors

Link copied to clipboard
constructor(schemas: List<String>? = null, closure: Consumer<InspectableEvent>)

Properties

Link copied to clipboard

Block to call after events are tracked.

Link copied to clipboard
val schemas: List<String>? = null

Optional list of event schemas to call the block for. If null, the block is called for all events.