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.FulfillmentsStubMethods
build(Channel channel, CallOptions callOptions)
protected FulfillmentsGrpc.FulfillmentsStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
FulfillmentsGrpc.FulfillmentsStub |
|
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 | |
|---|---|
| Name | Description |
request |
GetFulfillmentRequest |
responseObserver |
io.grpc.stub.StreamObserver<Fulfillment> |
updateFulfillment(UpdateFulfillmentRequest request, StreamObserver<Fulfillment> responseObserver)
public void updateFulfillment(UpdateFulfillmentRequest request, StreamObserver<Fulfillment> responseObserver)Updates the fulfillment.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFulfillmentRequest |
responseObserver |
io.grpc.stub.StreamObserver<Fulfillment> |