public static interface DebeziumEngine.CompletionCallback
| Modifier and Type | Method and Description |
|---|---|
void |
handle(boolean success,
String message,
Throwable error)
Handle the completion of the embedded connector engine.
|
void handle(boolean success,
String message,
Throwable error)
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 nullerror - the error, or null if there was no exceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.