Class FulfillmentsGrpc.FulfillmentsBlockingStub (4.49.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
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
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
Name Description
request GetFulfillmentRequest
Returns
Type Description
Fulfillment

updateFulfillment(UpdateFulfillmentRequest request)

public Fulfillment updateFulfillment(UpdateFulfillmentRequest request)

Updates the fulfillment.

Parameter
Name Description
request UpdateFulfillmentRequest
Returns
Type Description
Fulfillment