Interface BootstrapTokenOutput
- All Known Implementing Classes:
ConsoleBootstrapTokenOutput, FileBootstrapTokenOutput
public interface BootstrapTokenOutput
Tells the operator how to obtain the current bootstrap token.
Implementations decide whether the actual token value is shown (transient/console) or only a pointer to the file is logged (persistent/file). The token value must never be sent to the regular application logger.
-
Method Summary
Modifier and TypeMethodDescriptionvoidemit(BootstrapToken token, BootstrapConfiguration configuration)
-
Method Details
-
emit
-