Class LfpInventoryServiceGrpc (0.2.0)

public final class LfpInventoryServiceGrpc

Service for a LFP partner to submit local inventories for a merchant.

Inheritance

java.lang.Object > LfpInventoryServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(LfpInventoryServiceGrpc.AsyncService service)

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

getInsertLfpInventoryMethod()

public static MethodDescriptor<InsertLfpInventoryRequest,LfpInventory> getInsertLfpInventoryMethod()
Returns
Type Description
io.grpc.MethodDescriptor<InsertLfpInventoryRequest,LfpInventory>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static LfpInventoryServiceGrpc.LfpInventoryServiceBlockingStub 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
LfpInventoryServiceGrpc.LfpInventoryServiceBlockingStub

newFutureStub(Channel channel)

public static LfpInventoryServiceGrpc.LfpInventoryServiceFutureStub 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
LfpInventoryServiceGrpc.LfpInventoryServiceFutureStub

newStub(Channel channel)

public static LfpInventoryServiceGrpc.LfpInventoryServiceStub 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
LfpInventoryServiceGrpc.LfpInventoryServiceStub