Package cloud.filibuster.examples
Class APIServiceGrpc.APIServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<APIServiceGrpc.APIServiceBlockingStub>
-
- cloud.filibuster.examples.APIServiceGrpc.APIServiceBlockingStub
-
- Enclosing class:
- APIServiceGrpc
public static final class APIServiceGrpc.APIServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<APIServiceGrpc.APIServiceBlockingStub>
-
-
Method Summary
-
-
-
Method Detail
-
build
protected APIServiceGrpc.APIServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<APIServiceGrpc.APIServiceBlockingStub>
-
hello
public Hello.HelloReply hello(Hello.HelloRequest request)
-
world
public Hello.HelloReply world(Hello.HelloRequest request)
-
helloWithMock
public Hello.HelloReply helloWithMock(Hello.HelloRequest request)
-
redisHello
public Hello.RedisReply redisHello(Hello.RedisRequest request)
-
simulatePurchase
public Hello.PurchaseResponse simulatePurchase(Hello.PurchaseRequest request)
-
purchase
public Hello.PurchaseResponse purchase(Hello.PurchaseRequest request)
-
makePurchase
public Hello.PurchaseResponse makePurchase(Hello.PurchaseRequest request)
-
redisHelloRetry
public Hello.RedisReply redisHelloRetry(Hello.RedisRequest request)
-
createSession
public Hello.CreateSessionResponse createSession(Hello.CreateSessionRequest request)
-
getSession
public Hello.GetSessionResponse getSession(Hello.GetSessionRequest request)
-
getLocationFromSession
public Hello.GetLocationFromSessionResponse getLocationFromSession(Hello.GetSessionRequest request)
-
nonPrimitive
public Hello.NonPrimitiveResponse nonPrimitive(Hello.NonPrimitiveRequest request)
-
-