Class ChainedReader.Builder
java.lang.Object
io.debezium.connector.mysql.legacy.ChainedReader.Builder
- Enclosing class:
- ChainedReader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()completionMessage(String message) Set the message that should be logged when all of the readers have completed their work.
-
Field Details
-
readers
-
completionMessage
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
addReader
-
completionMessage
Set the message that should be logged when all of the readers have completed their work. -
build
-