Class LfpSaleServiceGrpc (0.4.0)

public final class LfpSaleServiceGrpc

Service for a LFP partner to submit sales data for a merchant.

Inheritance

java.lang.Object > LfpSaleServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(LfpSaleServiceGrpc.AsyncService service)

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

getInsertLfpSaleMethod()

public static MethodDescriptor<InsertLfpSaleRequest,LfpSale> getInsertLfpSaleMethod()
Returns
Type Description
io.grpc.MethodDescriptor<InsertLfpSaleRequest,LfpSale>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static LfpSaleServiceGrpc.LfpSaleServiceBlockingStub 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
LfpSaleServiceGrpc.LfpSaleServiceBlockingStub

newFutureStub(Channel channel)

public static LfpSaleServiceGrpc.LfpSaleServiceFutureStub 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
LfpSaleServiceGrpc.LfpSaleServiceFutureStub

newStub(Channel channel)

public static LfpSaleServiceGrpc.LfpSaleServiceStub 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
LfpSaleServiceGrpc.LfpSaleServiceStub