Class ProductInputsServiceGrpc (0.2.0)

public final class ProductInputsServiceGrpc

Service to use ProductInput resource. This service works for products with online channel only.

Inheritance

java.lang.Object > ProductInputsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(ProductInputsServiceGrpc.AsyncService service)

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

getDeleteProductInputMethod()

public static MethodDescriptor<DeleteProductInputRequest,Empty> getDeleteProductInputMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteProductInputRequest,Empty>

getInsertProductInputMethod()

public static MethodDescriptor<InsertProductInputRequest,ProductInput> getInsertProductInputMethod()
Returns
Type Description
io.grpc.MethodDescriptor<InsertProductInputRequest,ProductInput>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static ProductInputsServiceGrpc.ProductInputsServiceBlockingStub 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
ProductInputsServiceGrpc.ProductInputsServiceBlockingStub

newFutureStub(Channel channel)

public static ProductInputsServiceGrpc.ProductInputsServiceFutureStub 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
ProductInputsServiceGrpc.ProductInputsServiceFutureStub

newStub(Channel channel)

public static ProductInputsServiceGrpc.ProductInputsServiceStub 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
ProductInputsServiceGrpc.ProductInputsServiceStub