public interface EventSourcing
| Modifier and Type | Method and Description |
|---|---|
EventStore |
eventStore() |
void |
invalidateCache() |
default <T> Model<T> |
load(String id,
Class<T> modelType) |
<T> Model<T> |
load(String id,
Class<T> modelType,
boolean disableCaching,
boolean disableSnapshotting) |
Copyright © 2019 Flux Capacitor. All rights reserved.