Interface OutboxRecordStatusRepository

  • All Implemented Interfaces:

    
    public interface OutboxRecordStatusRepository
    
                        

    Repository interface for querying outbox record status statistics.

    Provides methods for retrieving metrics and counts based on outbox record status.

    Since:

    0.1.0

    Author:

    Roland Beisel

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Long countByStatus(OutboxRecordStatus status) Counts the number of outbox records with the specified status.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • countByStatus

         abstract Long countByStatus(OutboxRecordStatus status)

        Counts the number of outbox records with the specified status.

        Parameters:
        status - The status to count records for
        Returns:

        The number of records with the given status