public interface RecoveryPointFactory
| Modifier and Type | Method and Description |
|---|---|
RecoveryPoint |
createRecoveryPoint(Field subId_,
BookmarkField bookmark_)
Creates a new instance of `RecoveryPoint` with the given subscription ID
and bookmark.
|
RecoveryPoint createRecoveryPoint(Field subId_, BookmarkField bookmark_)
subId_ - The subscription ID for the recovery point.bookmark_ - The bookmark representing the recovery state.