Class LfpStoreServiceGrpc (0.4.0)

public final class LfpStoreServiceGrpc

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

Inheritance

java.lang.Object > LfpStoreServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(LfpStoreServiceGrpc.AsyncService service)

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

getDeleteLfpStoreMethod()

public static MethodDescriptor<DeleteLfpStoreRequest,Empty> getDeleteLfpStoreMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteLfpStoreRequest,Empty>

getGetLfpStoreMethod()

public static MethodDescriptor<GetLfpStoreRequest,LfpStore> getGetLfpStoreMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetLfpStoreRequest,LfpStore>

getInsertLfpStoreMethod()

public static MethodDescriptor<InsertLfpStoreRequest,LfpStore> getInsertLfpStoreMethod()
Returns
Type Description
io.grpc.MethodDescriptor<InsertLfpStoreRequest,LfpStore>

getListLfpStoresMethod()

public static MethodDescriptor<ListLfpStoresRequest,ListLfpStoresResponse> getListLfpStoresMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListLfpStoresRequest,ListLfpStoresResponse>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static LfpStoreServiceGrpc.LfpStoreServiceBlockingStub 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
LfpStoreServiceGrpc.LfpStoreServiceBlockingStub

newFutureStub(Channel channel)

public static LfpStoreServiceGrpc.LfpStoreServiceFutureStub 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
LfpStoreServiceGrpc.LfpStoreServiceFutureStub

newStub(Channel channel)

public static LfpStoreServiceGrpc.LfpStoreServiceStub 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
LfpStoreServiceGrpc.LfpStoreServiceStub