Uses of Class
io.resys.thena.docdb.spi.pgsql.support.ImmutableClientWrapper
-
Packages that use ImmutableClientWrapper Package Description io.resys.thena.docdb.spi.pgsql.support -
-
Uses of ImmutableClientWrapper in io.resys.thena.docdb.spi.pgsql.support
Methods in io.resys.thena.docdb.spi.pgsql.support that return ImmutableClientWrapper Modifier and Type Method Description ImmutableClientWrapperImmutableClientWrapper.Builder. build()Builds a newImmutableClientWrapper.static ImmutableClientWrapperImmutableClientWrapper. copyOf(ClientWrapper instance)Creates an immutable copy of aClientWrappervalue.ImmutableClientWrapperImmutableClientWrapper. withClient(io.vertx.mutiny.pgclient.PgPool value)Copy the current immutable object by setting a value for theclientattribute.ImmutableClientWrapperImmutableClientWrapper. withNames(ClientCollections value)Copy the current immutable object by setting a value for thenamesattribute.ImmutableClientWrapperImmutableClientWrapper. withRepo(Repo value)Copy the current immutable object by setting a value for therepoattribute.
-