Uses of Class
io.quarkus.smallrye.reactivemessaging.kafka.CheckpointEntityId
-
-
Uses of CheckpointEntityId in io.quarkus.smallrye.reactivemessaging.kafka
Fields in io.quarkus.smallrye.reactivemessaging.kafka declared as CheckpointEntityId Modifier and Type Field Description (package private) CheckpointEntityIdCheckpointEntity. idMethods in io.quarkus.smallrye.reactivemessaging.kafka that return CheckpointEntityId Modifier and Type Method Description CheckpointEntityIdCheckpointEntity. getId()Methods in io.quarkus.smallrye.reactivemessaging.kafka with parameters of type CheckpointEntityId Modifier and Type Method Description static <S extends CheckpointEntity>
SCheckpointEntity. from(io.smallrye.reactive.messaging.kafka.commit.ProcessingState<S> state, CheckpointEntityId entityId)voidCheckpointEntity. setId(CheckpointEntityId id)
-