Class FulfillmentsGrpc.FulfillmentsStub (4.47.0)

public static final class FulfillmentsGrpc.FulfillmentsStub extends AbstractAsyncStub<FulfillmentsGrpc.FulfillmentsStub>

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

Service for managing Fulfillments.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > FulfillmentsGrpc.FulfillmentsStub

Methods

build(Channel channel, CallOptions callOptions)

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

getFulfillment(GetFulfillmentRequest request, StreamObserver<Fulfillment> responseObserver)

public void getFulfillment(GetFulfillmentRequest request, StreamObserver<Fulfillment> responseObserver)

Retrieves the fulfillment.

Parameters
NameDescription
requestGetFulfillmentRequest
responseObserverio.grpc.stub.StreamObserver<Fulfillment>

updateFulfillment(UpdateFulfillmentRequest request, StreamObserver<Fulfillment> responseObserver)

public void updateFulfillment(UpdateFulfillmentRequest request, StreamObserver<Fulfillment> responseObserver)

Updates the fulfillment.

Parameters
NameDescription
requestUpdateFulfillmentRequest
responseObserverio.grpc.stub.StreamObserver<Fulfillment>