Package io.datareplication.consumer.snapshot
The snapshot consumer downloads and parses a snapshot into a stream of entities. The main interface is
SnapshotConsumer
. To create an instance, use
SnapshotConsumer.builder()
.-
Interface Summary Interface Description SnapshotConsumer ASnapshotConsumer
allows downloading and consuming the entities of a snapshot, given the URL of a snapshot index. -
Class Summary Class Description SnapshotConsumer.Builder A builder forSnapshotConsumer
.