Package liquibase.analytics
Class LiquibaseAnalyticsListener
java.lang.Object
liquibase.analytics.LiquibaseAnalyticsListener
- All Implemented Interfaces:
AnalyticsListener
,Plugin
-
Field Summary
Fields inherited from interface liquibase.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LiquibaseAnalyticsListener
public LiquibaseAnalyticsListener()
-
-
Method Details
-
getPriority
public int getPriority()- Specified by:
getPriority
in interfaceAnalyticsListener
-
handleEvent
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 interfaceAnalyticsListener
- Parameters:
event
- the event to be handled.- Throws:
Exception
-