Interface OraclePoolCreator
public interface OraclePoolCreator
This interface is an integration point that allows users to use the
Vertx, PoolOptions and
OracleConnectOptions objects configured automatically by Quarkus, in addition to a custom strategy
for creating the final OraclePool.
Implementations of this class are meant to be used as CDI beans.
If a bean of this type is used without a ReactiveDataSource qualifier, then it's applied to the default datasource,
otherwise it applies to the datasource matching the name of the annotation.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.oracleclient.OraclePoolcreate(OraclePoolCreator.Input input)
-
Method Details
-
create
-