Uses of Interface
io.smallrye.reactive.messaging.kafka.commit.ProcessingStateCodec
-
Packages that use ProcessingStateCodec Package Description io.smallrye.reactive.messaging.kafka.commit -
-
Uses of ProcessingStateCodec in io.smallrye.reactive.messaging.kafka.commit
Classes in io.smallrye.reactive.messaging.kafka.commit that implement ProcessingStateCodec Modifier and Type Class Description class
VertxJsonProcessingStateCodec
Default codec for Json serialization, which use Vert.x Json support (uses Jackson underneath).Methods in io.smallrye.reactive.messaging.kafka.commit that return ProcessingStateCodec Modifier and Type Method Description ProcessingStateCodec
ProcessingStateCodec.Factory. create(Class<?> stateType)
Create codec instance from state typeConstructors in io.smallrye.reactive.messaging.kafka.commit with parameters of type ProcessingStateCodec Constructor Description FileCheckpointStateStore(io.vertx.mutiny.core.Vertx vertx, String consumerGroupId, File stateDir, ProcessingStateCodec codec)
-