Package io.debezium.connector.postgresql
Class PostgresOffsetContext.Loader
java.lang.Object
io.debezium.connector.postgresql.PostgresOffsetContext.Loader
- All Implemented Interfaces:
OffsetContext.Loader<PostgresOffsetContext>
- Enclosing class:
- PostgresOffsetContext
public static class PostgresOffsetContext.Loader
extends Object
implements OffsetContext.Loader<PostgresOffsetContext>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate LongreadOptionalLong(Map<String, ?> offset, String key)
-
Field Details
-
connectorConfig
-
-
Constructor Details
-
Loader
-
-
Method Details
-
readOptionalLong
-
load
- Specified by:
loadin interfaceOffsetContext.Loader<PostgresOffsetContext>
-