Interface ClientWrapper
-
- All Known Implementing Classes:
ImmutableClientWrapper
@Immutable public interface ClientWrapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vertx.mutiny.pgclient.PgPoolgetClient()ClientCollectionsgetNames()RepogetRepo()
-
-
-
Method Detail
-
getRepo
Repo getRepo()
-
getClient
io.vertx.mutiny.pgclient.PgPool getClient()
-
getNames
ClientCollections getNames()
-
-