public interface ChangeEventSourceFactory
ChangeEventSources specific to one database.| Modifier and Type | Method and Description |
|---|---|
SnapshotChangeEventSource |
getSnapshotChangeEventSource(OffsetContext offsetContext,
SnapshotProgressListener snapshotProgressListener)
Returns a snapshot change event source that may emit change events for schema and/or data changes.
|
StreamingChangeEventSource |
getStreamingChangeEventSource(OffsetContext offsetContext)
Returns a streaming change event source that starts streaming at the given offset.
|
SnapshotChangeEventSource getSnapshotChangeEventSource(OffsetContext offsetContext, SnapshotProgressListener snapshotProgressListener)
StreamingChangeEventSource.execute(io.debezium.pipeline.source.spi.ChangeEventSource.ChangeEventSourceContext)
method.offsetContext - A context representing a restored offset from an earlier run of this connector. May be null.snapshotProgressListener - A listener called for changes in the state of snapshot. May be null.StreamingChangeEventSource getStreamingChangeEventSource(OffsetContext offsetContext)
Copyright © 2020 JBoss by Red Hat. All rights reserved.