Interface OffsetContext.Loader<O extends OffsetContext>

Enclosing interface:
OffsetContext

public static interface OffsetContext.Loader<O extends OffsetContext>
Implementations load a connector-specific offset context based on the offset values stored in Kafka.
  • Method Summary

    Modifier and Type
    Method
    Description
    load(Map<String,?> offset)
     
  • Method Details