Interface ProfilerEventHandler

All Known Implementing Classes:
LoggingProfilerEventHandler

public interface ProfilerEventHandler
  • Method Summary

    Modifier and Type Method Description
    void consumeEvent​(ProfilerEvent evt)  
    void destroy()  
    void init​(Log log)  
    void processEvent​(byte eventType, Session session, Query query, Resultset resultSet, long eventDuration, java.lang.Throwable eventCreationPoint, java.lang.String message)