Class SpringStompServerBanner

java.lang.Object
net.brabenetz.app.springstompserver.SpringStompServerBanner
All Implemented Interfaces:
org.springframework.boot.Banner

public class SpringStompServerBanner extends Object implements org.springframework.boot.Banner
Ascii-Art Banner implementation for Spring-Stomp-Server.
  • 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 interface org.springframework.boot.Banner