Class NoOpAnalyticsListener

java.lang.Object
liquibase.analytics.NoOpAnalyticsListener
All Implemented Interfaces:
AnalyticsListener, Plugin

public class NoOpAnalyticsListener extends Object implements AnalyticsListener
  • Constructor Details

    • NoOpAnalyticsListener

      public NoOpAnalyticsListener()
  • Method Details

    • getPriority

      public int getPriority()
      Specified by:
      getPriority in interface AnalyticsListener
    • handleEvent

      public void handleEvent(Event event)
      Description copied from interface: AnalyticsListener
      Handles the specified event. Implementations of this method should define the logic for processing the event that is passed as a parameter.
      Specified by:
      handleEvent in interface AnalyticsListener
      Parameters:
      event - the event to be handled.