service/storage/storageEngine/storage_engine_event
library
Classes
-
ClearStorage
-
Event to clear all data from a specified storage collection.
-
DeleteItem
-
Event to delete a single item from storage.
-
DeleteItems
-
Event to delete multiple items from storage.
-
DeleteWhere<T extends StorableModel>
-
Event to delete items from storage that match a specified condition.
-
GetRawData
-
Event to retrieve raw data from a specified storage collection.
-
ItemUpdated<T>
-
Internal event used by the to notify that an item of type
T
has been updated or loaded from the stream.
-
LoadItem<T extends StorableModel>
-
Event to load a single item from storage.
-
LoadItems<T extends StorableModel>
-
Event to load multiple items from storage.
-
QueryItems<T extends StorableModel>
-
Event to query items from a storage collection that satisfy a filtering
condition.
-
SaveItem<T extends StorableModel>
-
Event to save a single item to storage.
-
SaveItems<T extends StorableModel>
-
Event to save multiple items to storage.
-
SetRawData
-
Event to set raw (unstructured) data directly in storage.
-
StorageErrored
-
Internal event used by the to propagate stream-related errors
in a safe way after the original event handler has completed.
-
StorageEvent
-
Base class for all storage-related events in the Bloc.
-
WatchFilteredItems<T extends StorableModel>
-
Event to watch items in a storage collection that meet a filtering
condition.
-
WatchItem<T extends StorableModel>
-
Event to watch a specific item in the storage system.
-
WatchItems<T extends StorableModel>
-
Event to watch all items in a specified storage collection.
-
WatchRawData
-
Event to watch raw, unprocessed data from a storage collection.