ObslyHubImpl class
Obsly Hub implementation - Event enrichment and processing Separates interception from event enhancement
- Implemented types
Constructors
- ObslyHubImpl(EventController _eventController, DeviceInfoCollector _deviceInfoCollector, AppInfoCollector _appInfoCollector, IdManager _idManager)
Properties
- deviceInfoCollector → DeviceInfoCollector
-
Get device info collector
no setteroverride
- eventController → EventController
-
Get event controller
no setteroverride
- 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
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reserveEventMetadata(
) → EventReservation -
Reserve sequence and timestamp immediately at event occurrence
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited