Event class sealed
Base sealed class for all transaction events.
- ReducerEvent: caller's own reducer call result (v2
ReducerResult). - SubscribeAppliedEvent: initial subscription data being applied.
- UnknownTransactionEvent: remote-write
TransactionUpdatebroadcasts.
Under v2, ReducerEvent is only ever constructed on the caller side
(ReducerResult handler). Non-caller TransactionUpdate broadcasts
carry no reducer metadata on the wire (v2.rs:302-306) and surface as
UnknownTransactionEvent. Observe remote changes via row streams.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited