Class ProcessingState<T>
- java.lang.Object
-
- io.smallrye.reactive.messaging.kafka.commit.ProcessingState<T>
-
- Type Parameters:
T
- type of the processing state
public class ProcessingState<T> extends Object
Checkpoint state associated with an offset. This object can be used to persist the processing state per topic-partition into a state store.
-
-
Constructor Summary
Constructors Constructor Description ProcessingState()
ProcessingState(T state, long offset)
-
-
-
Constructor Detail
-
ProcessingState
public ProcessingState(T state, long offset)
-
ProcessingState
public ProcessingState()
-
-