Uses of Interface
io.helidon.dbclient.DbClientService
-
Packages that use DbClientService Package Description io.helidon.dbclient Reactive Database API for Helidon.io.helidon.dbclient.spi Service provider interface for Helidon DB. -
-
Uses of DbClientService in io.helidon.dbclient
Methods in io.helidon.dbclient with parameters of type DbClientService Modifier and Type Method Description DbClient.BuilderDbClient.Builder. addService(DbClientService clientService)Add a client service.Method parameters in io.helidon.dbclient with type arguments of type DbClientService Modifier and Type Method Description DbClient.BuilderDbClient.Builder. addService(Supplier<? extends DbClientService> clientServiceSupplier)Add a client service. -
Uses of DbClientService in io.helidon.dbclient.spi
Methods in io.helidon.dbclient.spi that return types with arguments of type DbClientService Modifier and Type Method Description Collection<DbClientService>DbClientServiceProvider. create(Config config)Create a new interceptor instance with the configuration provided.Methods in io.helidon.dbclient.spi with parameters of type DbClientService Modifier and Type Method Description TDbClientProviderBuilder. addService(DbClientService clientService)Add an interceptor.
-