Uses of Interface
io.smallrye.reactive.messaging.kafka.commit.CheckpointStateStore.Factory
-
Packages that use CheckpointStateStore.Factory Package Description io.smallrye.reactive.messaging.kafka.commit -
-
Uses of CheckpointStateStore.Factory in io.smallrye.reactive.messaging.kafka.commit
Classes in io.smallrye.reactive.messaging.kafka.commit that implement CheckpointStateStore.Factory Modifier and Type Class Description static class
FileCheckpointStateStore.Factory
Constructor parameters in io.smallrye.reactive.messaging.kafka.commit with type arguments of type CheckpointStateStore.Factory Constructor Description Factory(javax.enterprise.inject.Instance<CheckpointStateStore.Factory> stateStoreFactory)
-