public interface OracleCommonConnectionBuilder
Modifier and Type | Method and Description |
---|---|
OracleCommonConnectionBuilder |
executorOracle(java.util.concurrent.Executor executor)
Set the
Executor used for asynchronous tasks by this
ConnectionBuilder and any Connection objects built by
it. |
OracleCommonConnectionBuilder executorOracle(java.util.concurrent.Executor executor)
Set the Executor
used for asynchronous tasks by this
ConnectionBuilder
and any Connection
objects built by
it. The default value is ForkJoinPool.commonPool()
.
executor
- an Executor to use for asynchronous tasks. Not null.