Package com.totvs.tjf.messaging
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonApplicationEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event)
-
Constructor Details
-
DefaultTJFSpringProperties
public DefaultTJFSpringProperties()
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event) - Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>
-