Class BusinessInfoServiceGrpc (0.2.0)

public final class BusinessInfoServiceGrpc

Service to support business info API.

Inheritance

java.lang.Object > BusinessInfoServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(BusinessInfoServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(BusinessInfoServiceGrpc.AsyncService service)
Parameter
Name Description
service BusinessInfoServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getGetBusinessInfoMethod()

public static MethodDescriptor<GetBusinessInfoRequest,BusinessInfo> getGetBusinessInfoMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetBusinessInfoRequest,BusinessInfo>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateBusinessInfoMethod()

public static MethodDescriptor<UpdateBusinessInfoRequest,BusinessInfo> getUpdateBusinessInfoMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateBusinessInfoRequest,BusinessInfo>

newBlockingStub(Channel channel)

public static BusinessInfoServiceGrpc.BusinessInfoServiceBlockingStub newBlockingStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
BusinessInfoServiceGrpc.BusinessInfoServiceBlockingStub

newFutureStub(Channel channel)

public static BusinessInfoServiceGrpc.BusinessInfoServiceFutureStub newFutureStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
BusinessInfoServiceGrpc.BusinessInfoServiceFutureStub

newStub(Channel channel)

public static BusinessInfoServiceGrpc.BusinessInfoServiceStub newStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
BusinessInfoServiceGrpc.BusinessInfoServiceStub