Class ExecuteSnapshot<P extends Partition>

java.lang.Object
io.debezium.pipeline.signal.AbstractSnapshotSignal<P>
io.debezium.pipeline.signal.ExecuteSnapshot<P>
All Implemented Interfaces:
Signal.Action<P>

public class ExecuteSnapshot<P extends Partition> extends AbstractSnapshotSignal<P>
The action to trigger an ad-hoc snapshot. The action parameters are type of snapshot and list of data-collections on which the snapshot will be executed.
Author:
Jiri Pechanec