PluginEntitiesConfiguration

Provides a block closure that returns a list of context entities and is called when 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: Function<InspectableEvent, List<SelfDescribingJson>>)

Properties

Link copied to clipboard

Block that produces entities, called when 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.