Package-level declarations

Types

Link copied to clipboard

A BusinessObjectStore is responsible for storing and retrieving BusinessObjects.

Link copied to clipboard
class DuplicateRecordError(msg: String? = null) : StoreError
Link copied to clipboard
interface EventStore

An EventStore is responsible for storing and retrieving Events.

Link copied to clipboard

Simple, In-Memory implementation of BusinessObjectStore. It should only be used for testing or development purposes.

Link copied to clipboard

A simple in-memory implementation of EventStore. It should only be used for testing or development purposes.

Link copied to clipboard
class RecordNotFoundError(msg: String? = null) : StoreError
Link copied to clipboard
open class StoreError(msg: String? = null) : MerodeError