All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.app.cash.backfila.client.jooq.BackfillJooqTransacter.kt Maven / Gradle / Ivy

Go to download

Backfila is a service that manages backfill state, calling into other services to do batched work.

There is a newer version: 2024.10.28.205607-fab304f
Show newest version
package app.cash.backfila.client.jooq

import org.jooq.DSLContext

interface BackfillJooqTransacter {
  fun  transaction(
    comment: String,
    callback: (ctx: DSLContext) -> RETURN_TYPE,
  ): RETURN_TYPE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy