Class AccountServicesServiceGrpc (1.0.0)

public final class AccountServicesServiceGrpc

Service to support AccountService API.

Inheritance

java.lang.Object > AccountServicesServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(AccountServicesServiceGrpc.AsyncService service)

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

getApproveAccountServiceMethod()

public static MethodDescriptor<ApproveAccountServiceRequest,AccountService> getApproveAccountServiceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ApproveAccountServiceRequest,AccountService>

getGetAccountServiceMethod()

public static MethodDescriptor<GetAccountServiceRequest,AccountService> getGetAccountServiceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetAccountServiceRequest,AccountService>

getListAccountServicesMethod()

public static MethodDescriptor<ListAccountServicesRequest,ListAccountServicesResponse> getListAccountServicesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListAccountServicesRequest,ListAccountServicesResponse>

getProposeAccountServiceMethod()

public static MethodDescriptor<ProposeAccountServiceRequest,AccountService> getProposeAccountServiceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ProposeAccountServiceRequest,AccountService>

getRejectAccountServiceMethod()

public static MethodDescriptor<RejectAccountServiceRequest,Empty> getRejectAccountServiceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<RejectAccountServiceRequest,Empty>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static AccountServicesServiceGrpc.AccountServicesServiceBlockingStub 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
AccountServicesServiceGrpc.AccountServicesServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static AccountServicesServiceGrpc.AccountServicesServiceBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
AccountServicesServiceGrpc.AccountServicesServiceBlockingV2Stub

newFutureStub(Channel channel)

public static AccountServicesServiceGrpc.AccountServicesServiceFutureStub 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
AccountServicesServiceGrpc.AccountServicesServiceFutureStub

newStub(Channel channel)

public static AccountServicesServiceGrpc.AccountServicesServiceStub 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
AccountServicesServiceGrpc.AccountServicesServiceStub