Class LfpMerchantStateServiceGrpc.LfpMerchantStateServiceFutureStub (0.21.0)

public static final class LfpMerchantStateServiceGrpc.LfpMerchantStateServiceFutureStub extends AbstractFutureStub<LfpMerchantStateServiceGrpc.LfpMerchantStateServiceFutureStub>

A stub to allow clients to do ListenableFuture-style rpc calls to service LfpMerchantStateService.

Service for a LFP partner to get the state of a merchant.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > LfpMerchantStateServiceGrpc.LfpMerchantStateServiceFutureStub

Methods

build(Channel channel, CallOptions callOptions)

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

getLfpMerchantState(GetLfpMerchantStateRequest request)

public ListenableFuture<LfpMerchantState> getLfpMerchantState(GetLfpMerchantStateRequest request)

Gets the LFP state of a merchant

Parameter
Name Description
request GetLfpMerchantStateRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<LfpMerchantState>