Uses of Class
org.zalando.nakadiproducer.snapshots.Snapshot
-
Packages that use Snapshot Package Description org.zalando.nakadiproducer.snapshots -
-
Uses of Snapshot in org.zalando.nakadiproducer.snapshots
Methods in org.zalando.nakadiproducer.snapshots that return types with arguments of type Snapshot Modifier and Type Method Description List<Snapshot>SimpleSnapshotEventGenerator. generateSnapshots(Object withIdGreaterThan, String filter)Deprecated.List<Snapshot>SnapshotEventGenerator. generateSnapshots(Object withIdGreaterThan, String filter)Returns a batch of snapshots of given type (event type is an event channel topic name).Method parameters in org.zalando.nakadiproducer.snapshots with type arguments of type Snapshot Modifier and Type Method Description static SnapshotEventGeneratorSnapshotEventGenerator. of(String eventType, BiFunction<Object,String,List<Snapshot>> generator)Creates a SnapshotEventGenerator for an event type, with filtering support.static SnapshotEventGeneratorSnapshotEventGenerator. of(String eventType, Function<Object,List<Snapshot>> generator)Creates a SnapshotEventGenerator for an event type, which doesn't support filtering.Constructor parameters in org.zalando.nakadiproducer.snapshots with type arguments of type Snapshot Constructor Description SimpleSnapshotEventGenerator(String supportedEventType, BiFunction<Object,String,List<Snapshot>> snapshotEventFactory)Deprecated.Creates a SnapshotEventGenerator for an event type, with filtering support.SimpleSnapshotEventGenerator(String supportedEventType, Function<Object,List<Snapshot>> snapshotEventFactory)Deprecated.Creates a SnapshotEventGenerator for an event type, which doesn't support filtering.
-