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

commonMain.worker.WorkerClient.kt Maven / Gradle / Ivy

Go to download

KMP package which exports compiled protobuf entities to be used by other repos

There is a newer version: 2.89.0
Show newest version
// 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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy