Event summary |
---|
Finished | Sent to the application when an asynchronous activity has finished. |
ForwardMemoryStoreUpdatesTo | Requests Scenario Service updates for an exposed MemoryStore to be forwarded to the specified Correlator context. |
Iterator | Represents an iterator that can be used to step through each Row of a Table in turn, making changes or reading data from the row. |
MissedRowChanges | Optionally sent to the application if the driver has detected that some of the RowChanged events may have been dropped for a table the application has subscribed to. |
Row | Represents an ordered and typed set of named fields in a table, with a key that uniquely identifies the row within the table. |
RowChanged | Sent to the application on every successful row commit in tables the application has subscribed to. |
Schema | Represents the schema for a table in the store, specifying the field names, types, and other behavioural information about the table. |
Storage | MemoryStore factory interface for creating Store event objects. |
Store | Represents a store, which is a container for a uniquely named collection of tables. |
Table | Represents a collection of rows in a store, with a defined schema. |