Class FulfillmentsGrpc.FulfillmentsFutureStub (4.47.0)

public static final class FulfillmentsGrpc.FulfillmentsFutureStub extends AbstractFutureStub<FulfillmentsGrpc.FulfillmentsFutureStub>

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

Service for managing Fulfillments.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > FulfillmentsGrpc.FulfillmentsFutureStub

Methods

build(Channel channel, CallOptions callOptions)

protected FulfillmentsGrpc.FulfillmentsFutureStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
FulfillmentsGrpc.FulfillmentsFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

getFulfillment(GetFulfillmentRequest request)

public ListenableFuture<Fulfillment> getFulfillment(GetFulfillmentRequest request)

Retrieves the fulfillment.

Parameter
NameDescription
requestGetFulfillmentRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Fulfillment>

updateFulfillment(UpdateFulfillmentRequest request)

public ListenableFuture<Fulfillment> updateFulfillment(UpdateFulfillmentRequest request)

Updates the fulfillment.

Parameter
NameDescription
requestUpdateFulfillmentRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Fulfillment>