public interface LeaderRetrievalDriver extends AutoCloseable
LeaderRetrievalDriver
is responsible for retrieves the current leader which has been
elected by the LeaderElectionDriver
.
Important: The LeaderRetrievalDriver
could not guarantee that there
is no LeaderRetrievalEventHandler
callbacks happen after AutoCloseable.close()
.
close
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.