Class LfpProvidersServiceGrpc.LfpProvidersServiceStub (0.23.0)

public static final class LfpProvidersServiceGrpc.LfpProvidersServiceStub extends AbstractAsyncStub<LfpProvidersServiceGrpc.LfpProvidersServiceStub>

A stub to allow clients to do asynchronous rpc calls to service LfpProvidersService.

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

  • LfpProvider

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > LfpProvidersServiceGrpc.LfpProvidersServiceStub

Methods

build(Channel channel, CallOptions callOptions)

protected LfpProvidersServiceGrpc.LfpProvidersServiceStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
LfpProvidersServiceGrpc.LfpProvidersServiceStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

findLfpProviders(FindLfpProvidersRequest request, StreamObserver<FindLfpProvidersResponse> responseObserver)

public void findLfpProviders(FindLfpProvidersRequest request, StreamObserver<FindLfpProvidersResponse> responseObserver)

Find the LFP provider candidates in a given country.

Parameters
Name Description
request FindLfpProvidersRequest
responseObserver io.grpc.stub.StreamObserver<FindLfpProvidersResponse>

linkLfpProvider(LinkLfpProviderRequest request, StreamObserver<LinkLfpProviderResponse> responseObserver)

public void linkLfpProvider(LinkLfpProviderRequest request, StreamObserver<LinkLfpProviderResponse> responseObserver)

Link the specified merchant to a LFP provider for the specified country.

Parameters
Name Description
request LinkLfpProviderRequest
responseObserver io.grpc.stub.StreamObserver<LinkLfpProviderResponse>