| Package | Description |
|---|---|
| org.axonframework.eventsourcing.snapshotting |
| Modifier and Type | Method and Description |
|---|---|
static RevisionSnapshotFilter.Builder |
RevisionSnapshotFilter.builder()
Instantiate a Builder to be able to create a
RevisionSnapshotFilter. |
RevisionSnapshotFilter.Builder |
RevisionSnapshotFilter.Builder.revision(String revision)
Sets an aggregate
revision this SnapshotFilter will allow. |
RevisionSnapshotFilter.Builder |
RevisionSnapshotFilter.Builder.type(Class<?> type)
Sets the aggregate
type this SnapshotFilter will allow using the outcome of Class.getName() on the given type. |
RevisionSnapshotFilter.Builder |
RevisionSnapshotFilter.Builder.type(String type)
Sets the aggregate
type this SnapshotFilter will allow. |
| Constructor and Description |
|---|
RevisionSnapshotFilter(RevisionSnapshotFilter.Builder builder)
Instantiate a
RevisionSnapshotFilter based on the fields contained in the RevisionSnapshotFilter.Builder. |
Copyright © 2010–2024. All rights reserved.