Uses of Interface
io.debezium.storage.jdbc.RetriableConnection.ConnectionConsumer
Packages that use RetriableConnection.ConnectionConsumer
-
Uses of RetriableConnection.ConnectionConsumer in io.debezium.storage.jdbc
Methods in io.debezium.storage.jdbc that return RetriableConnection.ConnectionConsumerModifier and TypeMethodDescriptionRetriableConnection.ConnectionConsumer.andThen(RetriableConnection.ConnectionConsumer after) Returns a composedConnectionFunctionVoidthat performs, in sequence, this operation followed by theafteroperation.Methods in io.debezium.storage.jdbc with parameters of type RetriableConnection.ConnectionConsumerModifier and TypeMethodDescriptionRetriableConnection.ConnectionConsumer.andThen(RetriableConnection.ConnectionConsumer after) Returns a composedConnectionFunctionVoidthat performs, in sequence, this operation followed by theafteroperation.voidRetriableConnection.executeWithRetry(RetriableConnection.ConnectionConsumer consumer, String name, boolean rollback) execute code snippet where no value is returned.private <T> TRetriableConnection.executeWithRetry(RetriableConnection.ConnectionFunction<T> func, RetriableConnection.ConnectionConsumer consumer, String name, boolean rollback)