Uses of Interface
io.debezium.storage.jdbc.RetriableConnection.ConnectionFunction
Packages that use RetriableConnection.ConnectionFunction
-
Uses of RetriableConnection.ConnectionFunction in io.debezium.storage.jdbc
Methods in io.debezium.storage.jdbc with parameters of type RetriableConnection.ConnectionFunctionModifier and TypeMethodDescriptionprivate <T> TRetriableConnection.executeWithRetry(RetriableConnection.ConnectionFunction<T> func, RetriableConnection.ConnectionConsumer consumer, String name, boolean rollback) <T> TRetriableConnection.executeWithRetry(RetriableConnection.ConnectionFunction<T> func, String name, boolean rollback) execute code snippet which returns some value.