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