Class LfpProvidersServiceGrpc (0.23.0)

public final class LfpProvidersServiceGrpc

The service facilitates the management of a merchant's LFP provider settings. This API defines the following resource model:

  • LfpProvider

Inheritance

java.lang.Object > LfpProvidersServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(LfpProvidersServiceGrpc.AsyncService service)

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

getFindLfpProvidersMethod()

public static MethodDescriptor<FindLfpProvidersRequest,FindLfpProvidersResponse> getFindLfpProvidersMethod()
Returns
Type Description
io.grpc.MethodDescriptor<FindLfpProvidersRequest,FindLfpProvidersResponse>

getLinkLfpProviderMethod()

public static MethodDescriptor<LinkLfpProviderRequest,LinkLfpProviderResponse> getLinkLfpProviderMethod()
Returns
Type Description
io.grpc.MethodDescriptor<LinkLfpProviderRequest,LinkLfpProviderResponse>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static LfpProvidersServiceGrpc.LfpProvidersServiceBlockingStub 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
LfpProvidersServiceGrpc.LfpProvidersServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static LfpProvidersServiceGrpc.LfpProvidersServiceBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
LfpProvidersServiceGrpc.LfpProvidersServiceBlockingV2Stub

newFutureStub(Channel channel)

public static LfpProvidersServiceGrpc.LfpProvidersServiceFutureStub 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
LfpProvidersServiceGrpc.LfpProvidersServiceFutureStub

newStub(Channel channel)

public static LfpProvidersServiceGrpc.LfpProvidersServiceStub 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
LfpProvidersServiceGrpc.LfpProvidersServiceStub