Class LfpProvidersServiceGrpc.LfpProvidersServiceFutureStub (0.23.0)

public static final class LfpProvidersServiceGrpc.LfpProvidersServiceFutureStub extends AbstractFutureStub<LfpProvidersServiceGrpc.LfpProvidersServiceFutureStub>

A stub to allow clients to do ListenableFuture-style 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.AbstractFutureStub > LfpProvidersServiceGrpc.LfpProvidersServiceFutureStub

Methods

build(Channel channel, CallOptions callOptions)

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

findLfpProviders(FindLfpProvidersRequest request)

public ListenableFuture<FindLfpProvidersResponse> findLfpProviders(FindLfpProvidersRequest request)

Find the LFP provider candidates in a given country.

Parameter
Name Description
request FindLfpProvidersRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<FindLfpProvidersResponse>

linkLfpProvider(LinkLfpProviderRequest request)

public ListenableFuture<LinkLfpProviderResponse> linkLfpProvider(LinkLfpProviderRequest request)

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

Parameter
Name Description
request LinkLfpProviderRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<LinkLfpProviderResponse>