Class StopSnapshot<P extends Partition>

java.lang.Object
io.debezium.pipeline.signal.actions.AbstractSnapshotSignal<P>
io.debezium.pipeline.signal.actions.snapshotting.StopSnapshot<P>
All Implemented Interfaces:
SignalAction<P>

public class StopSnapshot<P extends Partition> extends AbstractSnapshotSignal<P>
The action to stop an ad-hoc snapshot. The action parameters are type of snapshot and optional list of data-collections on which the snapshot will be stopped for. If the data-collections is empty or not provided, the entire ad-hoc snapshot will be stopped.
Author:
Chris Cranford