Class ConsoleBootstrapTokenOutput

java.lang.Object
com.svenruppert.jsentinel.bootstrap.ConsoleBootstrapTokenOutput
All Implemented Interfaces:
BootstrapTokenOutput

public final class ConsoleBootstrapTokenOutput extends Object implements BootstrapTokenOutput
Prints a one-time setup banner with the actual bootstrap token to the server console. Used by BootstrapMode.TRANSIENT_CONSOLE.

Output goes to the configured PrintStream (usually System.out) and intentionally not to any application logger.