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.

  • Field Details

  • Constructor Details

    • ProcessingState

      public ProcessingState(T state, long offset)
    • ProcessingState

      public ProcessingState()
  • Method Details