| Interface | Description |
|---|---|
| Command<T,R> |
Command interface without context.
|
| ContextCommand<T,R> |
Command interface for all operations that mutate system.
|
| PersistenceController<T extends Storable<IMMUTABLE>,IMMUTABLE> | |
| Query<READONLY,RESULT> |
Query interface for query lambdas.
|
| Storable<READONLY> |
Base interface for building Persisten system.
|
| VoidCommand<T> | |
| VoidContextCommand<T> |
| Class | Description |
|---|---|
| PrevalanceContext |
Context object.
|
| SimpleController<T extends Serializable> |
Simplified version of persistence controller.
|
| WriteChecker |
Extra helper method check if PrevalanceContext was initialized.
|
| Exception | Description |
|---|---|
| RestoreException |
Indicated problem appeared during restore.
|
Copyright © 2015. All rights reserved.