Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

interface TopicListener extends Configurable, AutoCloseable {
   void topicsChanged(Map<String, String> sourceToReplicaTopicsupstreamToDownstreamTopics);
}
interface GroupListener extends Configurable, AutoCloseable {
void groupsChanged(List<String> replicatedGroups);
}

...