Class OMAGServerPlatform.CustomSpringEventListener
- java.lang.Object
-
- org.odpi.openmetadata.serverchassis.springboot.OMAGServerPlatform.CustomSpringEventListener
-
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<StartupFailEvent>
- Enclosing class:
- OMAGServerPlatform
@Component public class OMAGServerPlatform.CustomSpringEventListener extends Object implements org.springframework.context.ApplicationListener<StartupFailEvent>
-
-
Constructor Summary
Constructors Constructor Description CustomSpringEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonApplicationEvent(StartupFailEvent event)
-
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(StartupFailEvent event)
- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<StartupFailEvent>
-
-