MagicEventWatcher class
TelescopeWatcher for magic's app-event surface (auth, db, gate
definitions). Excludes model lifecycle events (owned by
MagicModelWatcher) and the gate-result event (owned by
MagicGateWatcher) to keep each record on a single channel.
ALPHA-2 SCOPE: payload is the empty map for every event type. Per-event
field-map extraction is deferred to a follow-up alpha so the wire
shape of EventRecord can stabilise first.
Constructors
Properties
Methods
-
install(
) → void - Wire the watcher's listening hook (event subscription, override, etc.).
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uninstall(
) → void - Tear down the hook (test isolation).
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited