Interface EventSearchResult

  • All Superinterfaces:
    AutoCloseable

    public interface EventSearchResult
    extends AutoCloseable
    The result of a search in the EventStore.
    Since:
    12.4RC1
    Version:
    $Id: e71ea78cb4f91f6f1b537e525ba496e5394b5e25 $
    • Method Detail

      • getTotalHits

        long getTotalHits()
        Returns:
        the total number of possible results without offset or maximum results limits
      • getOffset

        long getOffset()
        Returns:
        the index in the total number of possible search result where this extract starts
      • getSize

        long getSize()
        Returns:
        the number of found events