Interface | Description |
---|---|
CompletionStageEntityStore<T> |
Extends
EntityStore where all return values are CompletionStage instances
representing the outcome of each operation. |
Class | Description |
---|---|
CompletableEntityStore<T> |
Implementation of
CompletionStageEntityStore where all operations are passed through a
BlockingEntityStore instance. |