Interface DebeziumEngine.CompletionCallback

  • Enclosing interface:
    DebeziumEngine<R>

    public static interface DebeziumEngine.CompletionCallback
    A callback function to be notified when the connector completes.
    • Method Detail

      • handle

        void handle​(boolean success,
                    String message,
                    Throwable error)
        Handle the completion of the embedded connector engine.
        Parameters:
        success - true if the connector completed normally, or false if the connector produced an error that prevented startup or premature termination.
        message - the completion message; never null
        error - the error, or null if there was no exception