IntrospectionLogicObserver

Observer that captures logic tracing events for session capture.

This observer is automatically registered when IntrospectionModule is used. It captures logic method start/complete/fail events from the LogicTracer and stores them in the SessionCapture for later export.

Note: This only captures events if the reaktiv-tracing compiler plugin is applied. Without the plugin, logic methods are not instrumented and no events will be captured.

Constructors

Link copied to clipboard
constructor(clientId: String, sessionCapture: SessionCapture)

Functions

Link copied to clipboard
open override fun onMethodCompleted(event: LogicMethodCompleted)
Link copied to clipboard
open override fun onMethodFailed(event: LogicMethodFailed)
Link copied to clipboard
open override fun onMethodStart(event: LogicMethodStart)