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

xyz.block.ftl.v1.console.ConsoleServiceClient.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.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 - 2024 Weber Informatics LLC | Privacy Policy