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

xyz.block.ftl.v1.VerbServiceClient.kt Maven / Gradle / Ivy

There is a newer version: 0.133.2
Show newest version
// Code generated by Wire protocol buffer compiler, do not edit.
// Source: xyz.block.ftl.v1.VerbService in xyz/block/ftl/v1/ftl.proto
package xyz.block.ftl.v1

import com.squareup.wire.GrpcCall
import com.squareup.wire.Service

/**
 * VerbService is a common interface shared by multiple services for calling Verbs.
 */
public interface VerbServiceClient : Service {
  /**
   * Ping service for readiness.
   */
  public fun Ping(): GrpcCall

  /**
   * Issue a synchronous call to a Verb.
   */
  public fun Call(): GrpcCall
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy