Class SlotCreationResult
- java.lang.Object
-
- io.debezium.connector.postgresql.spi.SlotCreationResult
-
@Incubating public class SlotCreationResult extends Object
A simple data container representing the creation of a newly created replication slot.
-
-
Field Summary
Fields Modifier and Type Field Description private StringpluginNameprivate StringslotNameprivate StringsnapshotNameprivate LsnwalStartLsn
-
Constructor Summary
Constructors Constructor Description SlotCreationResult(String name, String startLsn, String snapshotName, String pluginName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringpluginName()StringslotName()return the name of the created slot.StringsnapshotName()LsnstartLsn()
-