Class TopicSequenceLostException

All Implemented Interfaces:
Serializable

public final class TopicSequenceLostException extends RuntimeException
Raised when a topic poll requests a sequence that the server has already evicted.
See Also:
  • Constructor Details

    • TopicSequenceLostException

      public TopicSequenceLostException(String operation, long headSequence)
  • Method Details

    • headSequence

      public long headSequence()