xyz.block.ftl.v1.VerbServiceClient.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ftl-runtime Show documentation
Show all versions of ftl-runtime Show documentation
Towards a 𝝺-calculus for large-scale systems
// 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 - 2025 Weber Informatics LLC | Privacy Policy