Class SpringStompServerBanner
java.lang.Object
net.brabenetz.app.springstompserver.SpringStompServerBanner
- All Implemented Interfaces:
org.springframework.boot.Banner
Ascii-Art Banner implementation for Spring-Stomp-Server.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.boot.Banner
org.springframework.boot.Banner.Mode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
printBanner
(org.springframework.core.env.Environment environment, Class<?> sourceClass, PrintStream printStream)
-
Constructor Details
-
SpringStompServerBanner
public SpringStompServerBanner()
-
-
Method Details
-
printBanner
public void printBanner(org.springframework.core.env.Environment environment, Class<?> sourceClass, PrintStream printStream) - Specified by:
printBanner
in interfaceorg.springframework.boot.Banner
-