Class OMAGServerPlatform.CustomSpringEventListener

java.lang.Object
org.odpi.openmetadata.platformchassis.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>
Detect failures
  • Constructor Details

    • CustomSpringEventListener

      public CustomSpringEventListener()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(StartupFailEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<StartupFailEvent>