Package io.debezium.connector.oracle.logminer.processor
-
Interface Summary Interface Description LogMinerEventProcessor Contract that defines the interface for processing events from Oracle LogMiner.Transaction Contract for an Oracle transaction.TruncateReceiver This interface allows the Oracle schema change event emitter to pass a truncate event back to the caller to be handled differently. -
Class Summary Class Description AbstractLogMinerEventProcessor<T extends AbstractTransaction> An abstract implementation ofLogMinerEventProcessorthat all processors should extend.AbstractTransaction An abstract implementation of an OracleTransaction.TransactionCommitConsumer A consumer of transaction events at commit time that is capable of inspecting the event stream, merging events that should be merged when LOB support is enabled, and then delegating the final stream of events to a delegate consumer.TransactionCommitConsumer.LobFragment TransactionCommitConsumer.LobUnderConstruction TransactionCommitConsumer.RowState