commonMain.worker.WorkerClient.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-entities Show documentation
Show all versions of proto-entities Show documentation
KMP package which exports compiled protobuf entities to be used by other repos
// Code generated by Wire protocol buffer compiler, do not edit.
// Source: worker.Worker in worker/worker.proto
package worker
import com.squareup.wire.GrpcCall
import com.squareup.wire.Service
import kotlin.Unit
public interface WorkerClient : Service {
public fun JobInitiation(): GrpcCall
public fun JobTermination(): GrpcCall
public fun JobStatus(): GrpcCall
public fun HealthCheck(): GrpcCall
}