Class OMAGServerPlatform.ApplicationContextListener
java.lang.Object
org.odpi.openmetadata.serverchassis.springboot.OMAGServerPlatform.ApplicationContextListener
- Enclosing class:
- OMAGServerPlatform
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidonApplicationEvent(org.springframework.context.event.ContextClosedEvent event)
-
Constructor Details
-
ApplicationContextListener
public ApplicationContextListener()
-
-
Method Details
-
applicationReady
@EventListener(org.springframework.boot.context.event.ApplicationReadyEvent.class) public void applicationReady() -
onApplicationEvent
@EventListener public void onApplicationEvent(org.springframework.context.event.ContextClosedEvent event)
-