Interface FlushEventListener

All Known Implementing Classes:
AbstractFlushEventListener, CSVFlushEventListener, MemoryFlushEventListener

public interface FlushEventListener
  • Method Details

    • flush

      FlushEventListenerResult flush(FlushEvent flushEvent) throws Exception
      Throws:
      Exception
    • getStatus

      String getStatus()
    • getName

      String getName()
    • isActive

      boolean isActive()
    • notifyStopTracking

      void notifyStopTracking()
    • activate

      void activate()
    • deactivate

      void deactivate()
    • notifyStartTracking

      void notifyStartTracking()