Interface ThenaSqlClient.ThenaSqlPool

All Superinterfaces:
ThenaSqlClient
All Known Implementing Classes:
ThenaSqlPoolVertx
Enclosing interface:
ThenaSqlClient

public static interface ThenaSqlClient.ThenaSqlPool extends ThenaSqlClient
  • Method Details

    • withTransaction

      <T> io.smallrye.mutiny.Uni<T> withTransaction(Function<ThenaSqlClient,io.smallrye.mutiny.Uni<T>> function)