Tracer

fun interface Tracer

Implement this to define custom Tracer types - eg. writing to a database or sending a message

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract operator fun invoke(node: EventNode, tracer: Tracer): List<Trace>