| Package | Description |
|---|---|
| org.zalando.nakadiproducer.snapshots |
| Modifier and Type | Method and Description |
|---|---|
List<Snapshot> |
SnapshotEventGenerator.generateSnapshots(Object withIdGreaterThan,
String filter)
Returns a batch of snapshots of given type (event type is an event
channel topic name).
|
List<Snapshot> |
SimpleSnapshotEventGenerator.generateSnapshots(Object withIdGreaterThan,
String filter) |
| Constructor and Description |
|---|
SimpleSnapshotEventGenerator(String supportedEventType,
java.util.function.BiFunction<Object,String,List<Snapshot>> snapshotEventFactory)
Creates a SnapshotEventGenerator for an event type, with filtering
support.
|
SimpleSnapshotEventGenerator(String supportedEventType,
java.util.function.Function<Object,List<Snapshot>> snapshotEventFactory)
Creates a SnapshotEventGenerator for an event type, which doesn't support
filtering.
|
Copyright © 2018. All rights reserved.