Package com.chatmotorapi.api.listener.progress

Provides listeners for handling large file processing.
  • Interface Summary
    Interface Description
    ProgressListener
    Interface for tracking and retrieving the progress of chunked processing tasks.
  • Class Summary
    Class Description
    AtomicProgressListener
    Implementation of ProgressListener that tracks progress using an AtomicInteger.
    ConsoleProgressListener
    Implementation of ProgressListener that tracks and displays progress in the console.
    FileProgressListener
    Implementation of ProgressListener that tracks and writes progress to a file.