Uses of Interface
net.snowflake.client.util.ThrowingBiFunction
-
Packages that use ThrowingBiFunction Package Description net.snowflake.client.jdbc -
-
Uses of ThrowingBiFunction in net.snowflake.client.jdbc
Methods in net.snowflake.client.jdbc with parameters of type ThrowingBiFunction Modifier and Type Method Description RetryContextManager
RetryContextManager. registerRetryCallback(ThrowingBiFunction<org.apache.http.client.methods.HttpRequestBase,RetryContext,RetryContext,SnowflakeSQLException> callback)
Registers a retry callback that will be executed on each retry.
-