Package io.quarkus.reactive.db2.client
Interface DB2PoolCreator
-
public interface DB2PoolCreatorThis interface is an integration point that allows users to use theVertx,PoolOptionsandDB2ConnectOptionsobjects configured automatically by Quarkus, in addition to a custom strategy for creating the finalDB2Pool. Implementations of this class are meant to be used as CDI beans. If a bean of this type is used without aReactiveDataSourcequalifier, 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 Modifier and Type Interface Description static interfaceDB2PoolCreator.Input
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vertx.db2client.DB2Poolcreate(DB2PoolCreator.Input input)
-
-
-
Method Detail
-
create
io.vertx.db2client.DB2Pool create(DB2PoolCreator.Input input)
-
-