Class FulfillmentsGrpc.FulfillmentsBlockingStub (4.43.0)

public static final class FulfillmentsGrpc.FulfillmentsBlockingStub extends AbstractBlockingStub<FulfillmentsGrpc.FulfillmentsBlockingStub>

A stub to allow clients to do synchronous rpc calls to service Fulfillments.

Service for managing Fulfillments.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > FulfillmentsGrpc.FulfillmentsBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

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

getFulfillment(GetFulfillmentRequest request)

public Fulfillment getFulfillment(GetFulfillmentRequest request)

Retrieves the fulfillment.

Parameter
NameDescription
requestGetFulfillmentRequest
Returns
TypeDescription
Fulfillment

updateFulfillment(UpdateFulfillmentRequest request)

public Fulfillment updateFulfillment(UpdateFulfillmentRequest request)

Updates the fulfillment.

Parameter
NameDescription
requestUpdateFulfillmentRequest
Returns
TypeDescription
Fulfillment