orbit-proto / orbit.shared.proto / ConnectionGrpc

ConnectionGrpc

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

Types

ConnectionBlockingStub

class ConnectionBlockingStub : AbstractStub<ConnectionBlockingStub!>

ConnectionFutureStub

class ConnectionFutureStub : AbstractStub<ConnectionFutureStub!>

ConnectionImplBase

abstract class ConnectionImplBase : BindableService

ConnectionStub

class ConnectionStub : AbstractStub<ConnectionStub!>

Properties

SERVICE_NAME

static val SERVICE_NAME: String

Functions

getOpenStreamMethod

static fun getOpenStreamMethod(): MethodDescriptor<MessageProto!, MessageProto!>!

getServiceDescriptor

static fun getServiceDescriptor(): ServiceDescriptor!

newBlockingStub

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

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

newFutureStub

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

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

newStub

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

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