Raxol.Core.Events.TelemetryAdapter (Raxol v2.0.1)
View SourceAdapter to migrate from EventManager to :telemetry.
This module provides a compatibility layer to gradually migrate the event system from the custom EventManager to the standard :telemetry library.
Summary
Functions
Dispatches an event using telemetry.
Registers a handler using telemetry.
Unregisters a handler using telemetry.
Functions
Dispatches an event using telemetry.
Converts EventManager dispatch calls to telemetry execute calls.
Registers a handler using telemetry.
Converts EventManager handler registration to telemetry attach.
Unregisters a handler using telemetry.