Interface TrackingWriter

All Known Implementing Classes:
TrackingToLogWriterImpl

public interface TrackingWriter
Will persist or process TrackingItems recorded by the TrackingRecorder.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback to notify the write that a new history item was created.
  • Method Details

    • trackingItemCreated

      void trackingItemCreated(TrackingItem item)
      Callback to notify the write that a new history item was created.
      Parameters:
      item -