Class Analytics.ApplicationStop

java.lang.Object
org.jjazz.analytics.api.Analytics.ApplicationStop
All Implemented Interfaces:
Runnable
Enclosing class:
Analytics

public static class Analytics.ApplicationStop extends Object implements Runnable
Log the application stop event.

IMPORTANT: AnalyticsProcessors which will process the event must make sure that the processing is done quickly enough in order to NOT block the shutdown sequence.

  • Constructor Details

    • ApplicationStop

      public ApplicationStop()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable