Class SlotCreationResult
java.lang.Object
io.debezium.connector.postgresql.spi.SlotCreationResult
A simple data container representing the creation of a newly created replication slot.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSlotCreationResult(String name, String startLsn, String snapshotName, String pluginName) -
Method Summary
-
Field Details
-
slotName
-
walStartLsn
-
snapshotName
-
pluginName
-
-
Constructor Details
-
SlotCreationResult
-
-
Method Details
-
slotName
return the name of the created slot. -
startLsn
-
snapshotName
-
pluginName
-