Class SymmetricBootPropertySetupListener

java.lang.Object
org.jumpmind.symmetric.SymmetricBootPropertySetupListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>

public class SymmetricBootPropertySetupListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>
  • Constructor Details

    • SymmetricBootPropertySetupListener

      public SymmetricBootPropertySetupListener()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>
    • getCookieName

      protected static String getCookieName(boolean httpEnable, boolean httpsEnable, int httpPort, int httpsPort)
    • setIfNotBlank

      protected void setIfNotBlank(String sysName, String bootName, TypedProperties sysProps, Properties bootProps)
    • setIfNotBlank

      protected void setIfNotBlank(String sysName, String bootName, TypedProperties sysProps, Properties bootProps, String defaultValue)