xyz.block.ftl.v1.VerbServiceClient.kt Maven / Gradle / Ivy
// Code generated by Wire protocol buffer compiler, do not edit.
// Source: xyz.block.ftl.v1.VerbService in xyz/block/ftl/v1/ftl.proto
@file:Suppress("DEPRECATION")
package xyz.block.ftl.v1
import com.squareup.wire.GrpcCall
import com.squareup.wire.Service
import kotlin.Suppress
/**
* 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 - 2025 Weber Informatics LLC | Privacy Policy