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 CheckpointEntity Modifier and Type Method Description static <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 CheckpointEntity Modifier and Type Method Description static org.apache.kafka.common.TopicPartitionCheckpointEntity. topicPartition(CheckpointEntity entity)Constructor parameters in io.quarkus.smallrye.reactivemessaging.kafka with type arguments of type CheckpointEntity Constructor Description HibernateOrmStateStore(String consumerGroupId, org.hibernate.SessionFactory sf, Class<? extends CheckpointEntity> stateType)HibernateReactiveStateStore(String consumerGroupId, org.hibernate.reactive.mutiny.Mutiny.SessionFactory sf, Class<? extends CheckpointEntity> stateType)
-