![JAR search and dependency download from the Maven repository](/logo.png)
main.app.cash.backfila.protos.clientservice.BackfilaClientServiceClient.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client Show documentation
Show all versions of client Show documentation
Client library for backfila
// Code generated by Wire protocol buffer compiler, do not edit.
// Source: app.cash.backfila.protos.clientservice.BackfilaClientService in app/cash/backfila/client_service.proto
@file:Suppress("DEPRECATION")
package app.cash.backfila.protos.clientservice
import com.squareup.wire.GrpcCall
import com.squareup.wire.Service
import kotlin.Suppress
public interface BackfilaClientServiceClient : Service {
public fun PrepareBackfill(): GrpcCall
public fun GetNextBatchRange(): GrpcCall
public fun RunBatch(): GrpcCall
public fun FinalizeBackfill(): GrpcCall
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy