Class CssProductsServiceGrpc (0.1.0)

public final class CssProductsServiceGrpc

Service for doing get and list on Css Products(a.k.a Aggregate Offers internally).

Inheritance

java.lang.Object > CssProductsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(CssProductsServiceGrpc.AsyncService service)

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

getGetCssProductMethod()

public static MethodDescriptor<GetCssProductRequest,CssProduct> getGetCssProductMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetCssProductRequest,CssProduct>

getListCssProductsMethod()

public static MethodDescriptor<ListCssProductsRequest,ListCssProductsResponse> getListCssProductsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListCssProductsRequest,ListCssProductsResponse>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static CssProductsServiceGrpc.CssProductsServiceBlockingStub 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
CssProductsServiceGrpc.CssProductsServiceBlockingStub

newFutureStub(Channel channel)

public static CssProductsServiceGrpc.CssProductsServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CssProductsServiceGrpc.CssProductsServiceFutureStub

newStub(Channel channel)

public static CssProductsServiceGrpc.CssProductsServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CssProductsServiceGrpc.CssProductsServiceStub