Package org.jdbi.v3.core.async
package org.jdbi.v3.core.async
Provides asynchronous execution of Jdbi operations.
The JdbiExecutor wraps a
Jdbi instance and an Executor
to run callbacks asynchronously, returning
CompletionStage results.
Provides asynchronous execution of Jdbi operations.
The JdbiExecutor wraps a
Jdbi instance and an Executor
to run callbacks asynchronously, returning
CompletionStage results.