xyz.block.ftl.v1.console.ConsoleServiceClient.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.console.ConsoleService in xyz/block/ftl/v1/console/console.proto
package xyz.block.ftl.v1.console
import com.squareup.wire.GrpcCall
import com.squareup.wire.GrpcStreamingCall
import com.squareup.wire.Service
import xyz.block.ftl.v1.PingRequest
import xyz.block.ftl.v1.PingResponse
public interface ConsoleServiceClient : Service {
/**
* Ping service for readiness.
*/
public fun Ping(): GrpcCall
public fun GetModules(): GrpcCall
public fun StreamEvents(): GrpcStreamingCall
public fun GetEvents(): GrpcCall
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy