Interface BootstrapTokenStore

All Known Implementing Classes:
FileBootstrapTokenStore, InMemoryBootstrapTokenStore

public interface BootstrapTokenStore
Storage for the current bootstrap token. Implementations decide whether the token survives restarts (file-backed) or is forgotten on JVM exit (in-memory).