Uses of Class
io.quarkus.smallrye.reactivemessaging.kafka.CheckpointEntity
-
Uses of CheckpointEntity in io.quarkus.smallrye.reactivemessaging.kafka
Methods in io.quarkus.smallrye.reactivemessaging.kafka with type parameters of type CheckpointEntityModifier and TypeMethodDescriptionstatic <S extends CheckpointEntity>
SCheckpointEntity.from(io.smallrye.reactive.messaging.kafka.commit.ProcessingState<S> state, CheckpointEntityId entityId) Methods in io.quarkus.smallrye.reactivemessaging.kafka with parameters of type CheckpointEntityModifier and TypeMethodDescriptionstatic org.apache.kafka.common.TopicPartitionCheckpointEntity.topicPartition(CheckpointEntity entity) Constructor parameters in io.quarkus.smallrye.reactivemessaging.kafka with type arguments of type CheckpointEntityModifierConstructorDescriptionHibernateOrmStateStore(String consumerGroupId, org.hibernate.SessionFactory sf, Class<? extends CheckpointEntity> stateType) HibernateReactiveStateStore(String consumerGroupId, org.hibernate.reactive.mutiny.Mutiny.SessionFactory sf, Class<? extends CheckpointEntity> stateType)