| Interface | Description |
|---|---|
| IEventStore |
This interface defines a way a persistency manager can be interfaced to enabling persistency of
BufferEvents
and retrieval based on the order by which they were stored. |
| Class | Description |
|---|---|
| CacheEventStore |
Implementation of the
IEventStore using an in-memory disk overflowable Cache as the persistency medium |
| EventStoreFactory |
This utility class is used to initialize an instance of an
IEventStore according
to system configuration. |
| FileEventStore |
Implementation of the
IEventStore using a RandomAccessFile over a local file as the persistency medium |
| Exception | Description |
|---|---|
| GRS2EventStoreAccessException |
Error while accessing needed persisted information in the context of the on going event store sub component
|
| GRS2EventStoreException |
Base exception for all error that are though by the event store sub component
|
Copyright © 2014. All Rights Reserved.