xyz.block.ftl.v1.console.ConsoleServiceClient.kt Maven / Gradle / Ivy
// 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
@file:Suppress("DEPRECATION")
package xyz.block.ftl.v1.console
import com.squareup.wire.GrpcCall
import com.squareup.wire.GrpcStreamingCall
import com.squareup.wire.Service
import kotlin.Suppress
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