Package io.debezium.connector.oracle
Interface TruncateReceiver
public interface TruncateReceiver
This interface allows the Oracle schema change event emitter to pass a truncate event
back to the caller to be handled differently.
-
Method Summary
Modifier and TypeMethodDescriptionvoidNotify the receiver of the truncate event
-
Method Details
-
processTruncateEvent
Notify the receiver of the truncate event- Throws:
InterruptedException
-