Class LfpMerchantStateServiceGrpc.LfpMerchantStateServiceStub (0.21.0)

public static final class LfpMerchantStateServiceGrpc.LfpMerchantStateServiceStub extends AbstractAsyncStub<LfpMerchantStateServiceGrpc.LfpMerchantStateServiceStub>

A stub to allow clients to do asynchronous 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.AbstractAsyncStub > LfpMerchantStateServiceGrpc.LfpMerchantStateServiceStub

Methods

build(Channel channel, CallOptions callOptions)

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

getLfpMerchantState(GetLfpMerchantStateRequest request, StreamObserver<LfpMerchantState> responseObserver)

public void getLfpMerchantState(GetLfpMerchantStateRequest request, StreamObserver<LfpMerchantState> responseObserver)

Gets the LFP state of a merchant

Parameters
Name Description
request GetLfpMerchantStateRequest
responseObserver io.grpc.stub.StreamObserver<LfpMerchantState>