Package io.debezium.engine
Interface DebeziumEngine.CompletionCallback
- Enclosing interface:
- DebeziumEngine<R>
public static interface DebeziumEngine.CompletionCallback
A callback function to be notified when the connector completes.
-
Method Summary
-
Method Details
-
handle
Handle the completion of the embedded connector engine.- Parameters:
success-trueif the connector completed normally, orfalseif the connector produced an error that prevented startup or premature termination.message- the completion message; never nullerror- the error, or null if there was no exception
-