Package cloud.filibuster.examples
Class PricingAdjustmentServiceGrpc.PricingAdjustmentServiceImplBase
- java.lang.Object
-
- cloud.filibuster.examples.PricingAdjustmentServiceGrpc.PricingAdjustmentServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- PricingAdjustmentServiceGrpc
public abstract static class PricingAdjustmentServiceGrpc.PricingAdjustmentServiceImplBase extends java.lang.Object implements io.grpc.BindableService
-
-
Constructor Summary
Constructors Constructor Description PricingAdjustmentServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
void
getAdjustment(Hello.GetDiscountRequest request, io.grpc.stub.StreamObserver<Hello.GetDiscountResponse> responseObserver)
-
-
-
Method Detail
-
getAdjustment
public void getAdjustment(Hello.GetDiscountRequest request, io.grpc.stub.StreamObserver<Hello.GetDiscountResponse> responseObserver)
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindService
in interfaceio.grpc.BindableService
-
-