Class DefaultTJFSpringProperties

java.lang.Object
com.totvs.tjf.messaging.DefaultTJFSpringProperties
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>

public class DefaultTJFSpringProperties extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>
Standard TJF class that implements ApplicationListener.
Author:
Roger.Steuernagel
See Also:
  • ApplicationEnvironmentPreparedEvent
  • Constructor Details

    • DefaultTJFSpringProperties

      public DefaultTJFSpringProperties()
  • 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>