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 implementsApplicationListener
.- Author:
- Roger.Steuernagel
- See Also:
ApplicationEnvironmentPreparedEvent
-
-
Constructor Summary
Constructors Constructor Description DefaultTJFSpringProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onApplicationEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event)
-
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event)
- Specified by:
onApplicationEvent
in interfaceorg.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>
-
-