Uses of Interface
io.debezium.engine.DebeziumEngine.CompletionCallback
Packages that use DebeziumEngine.CompletionCallback
-
Uses of DebeziumEngine.CompletionCallback in io.debezium.engine
Methods in io.debezium.engine with parameters of type DebeziumEngine.CompletionCallbackModifier and TypeMethodDescriptionDebeziumEngine.Builder.using(DebeziumEngine.CompletionCallback completionCallback) When the engine'sRunnable.run()method completes, call the supplied function with the results.