Class FulfillmentsGrpc.FulfillmentsImplBase (4.11.0)

public abstract static class FulfillmentsGrpc.FulfillmentsImplBase implements BindableService

Service for managing Fulfillments.

Inheritance

java.lang.Object > FulfillmentsGrpc.FulfillmentsImplBase

Implements

io.grpc.BindableService

Constructors

FulfillmentsImplBase()

public FulfillmentsImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
Type Description
io.grpc.ServerServiceDefinition

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>