| Package | Description |
|---|---|
| com.networknt.eventuate.common.impl |
| Modifier and Type | Method and Description |
|---|---|
SerializedSnapshot |
SerializedSnapshotWithVersion.getSerializedSnapshot() |
static SerializedSnapshot |
AggregateCrudMapping.toSerializedSnapshot(Snapshot snapshot) |
| Modifier and Type | Method and Description |
|---|---|
Optional<SerializedSnapshot> |
AggregateCrudUpdateOptions.getSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
static Snapshot |
AggregateCrudMapping.toSnapshot(SerializedSnapshot serializedSnapshot) |
AggregateCrudUpdateOptions |
AggregateCrudUpdateOptions.withSnapshot(SerializedSnapshot serializedSnapshot) |
| Constructor and Description |
|---|
SerializedSnapshotWithVersion(SerializedSnapshot serializedSnapshot,
Int128 entityVersion) |
| Constructor and Description |
|---|
AggregateCrudUpdateOptions(Optional<EventContext> triggeringEvent,
Optional<SerializedSnapshot> snapshot) |
Copyright © 2021. All rights reserved.