orbit-proto / grpc.health.v1 / HealthGrpc

HealthGrpc

@Generated("by gRPC proto compiler (version 1.25.0)", "Source: orbit/shared/health.proto") class HealthGrpc

Types

HealthBlockingStub

class HealthBlockingStub : AbstractStub<HealthBlockingStub!>

HealthFutureStub

class HealthFutureStub : AbstractStub<HealthFutureStub!>

HealthImplBase

abstract class HealthImplBase : BindableService

HealthStub

class HealthStub : AbstractStub<HealthStub!>

Properties

SERVICE_NAME

static val SERVICE_NAME: String

Functions

getCheckMethod

static fun getCheckMethod(): MethodDescriptor<HealthCheckRequest!, HealthCheckResponse!>!

getServiceDescriptor

static fun getServiceDescriptor(): ServiceDescriptor!

getWatchMethod

static fun getWatchMethod(): MethodDescriptor<HealthCheckRequest!, HealthCheckResponse!>!

newBlockingStub

Creates a new blocking-style stub that supports unary and streaming output calls on the service

static fun newBlockingStub(channel: Channel!): HealthBlockingStub!

newFutureStub

Creates a new ListenableFuture-style stub that supports unary calls on the service

static fun newFutureStub(channel: Channel!): HealthFutureStub!

newStub

Creates a new async stub that supports all call types for the service

static fun newStub(channel: Channel!): HealthStub!