Package cloud.filibuster.examples
Class PricingAdjustmentServiceGrpc.PricingAdjustmentServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<PricingAdjustmentServiceGrpc.PricingAdjustmentServiceFutureStub>
-
- cloud.filibuster.examples.PricingAdjustmentServiceGrpc.PricingAdjustmentServiceFutureStub
-
- Enclosing class:
- PricingAdjustmentServiceGrpc
public static final class PricingAdjustmentServiceGrpc.PricingAdjustmentServiceFutureStub extends io.grpc.stub.AbstractFutureStub<PricingAdjustmentServiceGrpc.PricingAdjustmentServiceFutureStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PricingAdjustmentServiceGrpc.PricingAdjustmentServiceFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<Hello.GetDiscountResponse>
getAdjustment(Hello.GetDiscountRequest request)
-
-
-
Method Detail
-
build
protected PricingAdjustmentServiceGrpc.PricingAdjustmentServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<PricingAdjustmentServiceGrpc.PricingAdjustmentServiceFutureStub>
-
getAdjustment
public com.google.common.util.concurrent.ListenableFuture<Hello.GetDiscountResponse> getAdjustment(Hello.GetDiscountRequest request)
-
-