Class ApplicationEventHandler

java.lang.Object
org.tailormap.api.repository.events.ApplicationEventHandler

@Component public class ApplicationEventHandler extends Object
  • Constructor Details

    • ApplicationEventHandler

      public ApplicationEventHandler(PrometheusService prometheusService)
  • Method Details

    • afterDeleteApplicationEventHandler

      public void afterDeleteApplicationEventHandler(Application application)
      Handle after delete. Delete any associated task.
      Parameters:
      application - the application that was deleted
    • beforeSaveApplicationEventHandler

      public void beforeSaveApplicationEventHandler(Application application)