Class CheckpointEntity

java.lang.Object
io.quarkus.smallrye.reactivemessaging.kafka.CheckpointEntity

@MappedSuperclass public class CheckpointEntity extends Object
  • Field Details

  • Constructor Details

    • CheckpointEntity

      public CheckpointEntity()
  • Method Details

    • from

      public static <S extends CheckpointEntity> S from(io.smallrye.reactive.messaging.kafka.commit.ProcessingState<S> state, CheckpointEntityId entityId)
    • topicPartition

      public static org.apache.kafka.common.TopicPartition topicPartition(CheckpointEntity entity)
    • getOffset

      public long getOffset()
    • setOffset

      public void setOffset(long offset)
    • getId

      public CheckpointEntityId getId()
    • setId

      public void setId(CheckpointEntityId id)