Interface ChangelogStateProvider
-
- All Known Implementing Classes:
ReplicationEnvironment
public interface ChangelogStateProvider
Small interface for common Replication Environment operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangelogState
getChangelogState()
Returns the current state of the replication changelog.
-
-
-
Method Detail
-
getChangelogState
ChangelogState getChangelogState()
Returns the current state of the replication changelog.- Returns:
- current in-memory
ChangelogState
.
-
-