Class CssProductInputsServiceGrpc (0.10.0)

public final class CssProductInputsServiceGrpc

Service to use CssProductInput resource. This service helps to insert/update/delete CSS Products.

Inheritance

java.lang.Object > CssProductInputsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(CssProductInputsServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(CssProductInputsServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceCssProductInputsServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getDeleteCssProductInputMethod()

public static MethodDescriptor<DeleteCssProductInputRequest,Empty> getDeleteCssProductInputMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteCssProductInputRequest,Empty>

getInsertCssProductInputMethod()

public static MethodDescriptor<InsertCssProductInputRequest,CssProductInput> getInsertCssProductInputMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<InsertCssProductInputRequest,CssProductInput>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static CssProductInputsServiceGrpc.CssProductInputsServiceBlockingStub newBlockingStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CssProductInputsServiceGrpc.CssProductInputsServiceBlockingStub

newFutureStub(Channel channel)

public static CssProductInputsServiceGrpc.CssProductInputsServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CssProductInputsServiceGrpc.CssProductInputsServiceFutureStub

newStub(Channel channel)

public static CssProductInputsServiceGrpc.CssProductInputsServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CssProductInputsServiceGrpc.CssProductInputsServiceStub