ObslyHub class abstract
Hub pattern for event enrichment and processing Similar to Sentry's Hub but optimized for Obsly use cases
- Implementers
Constructors
- ObslyHub()
Properties
- deviceInfoCollector → DeviceInfoCollector
-
Get device info collector
no setter
- eventController → EventController
-
Get event controller
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
captureEvent(
ObslyEventBase event, EventReservation reservation) → void - Capture event with pre-reserved metadata
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reserveEventMetadata(
) → EventReservation - Reserve sequence and timestamp immediately at event occurrence
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited