Class OpenMetadataApplication.ManagedShutdown

java.lang.Object
org.openmetadata.service.OpenMetadataApplication.ManagedShutdown
All Implemented Interfaces:
io.dropwizard.lifecycle.Managed
Enclosing class:
OpenMetadataApplication

public static class OpenMetadataApplication.ManagedShutdown extends Object implements io.dropwizard.lifecycle.Managed
  • Constructor Details

    • ManagedShutdown

      public ManagedShutdown()
  • Method Details

    • start

      public void start()
      Specified by:
      start in interface io.dropwizard.lifecycle.Managed
    • stop

      public void stop() throws InterruptedException, org.quartz.SchedulerException
      Specified by:
      stop in interface io.dropwizard.lifecycle.Managed
      Throws:
      InterruptedException
      org.quartz.SchedulerException