Package cloud.filibuster.examples
Class APIServiceGrpc
- java.lang.Object
-
- cloud.filibuster.examples.APIServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.36.1)", comments="Source: hello.proto") public final class APIServiceGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
APIServiceGrpc.APIServiceBlockingStub
static class
APIServiceGrpc.APIServiceFutureStub
static class
APIServiceGrpc.APIServiceImplBase
static class
APIServiceGrpc.APIServiceStub
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getHelloMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getHelloMethod()
-
getWorldMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getWorldMethod()
-
getHelloWithMockMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getHelloWithMockMethod()
-
getRedisHelloMethod
public static io.grpc.MethodDescriptor<Hello.RedisRequest,Hello.RedisReply> getRedisHelloMethod()
-
getSimulatePurchaseMethod
public static io.grpc.MethodDescriptor<Hello.PurchaseRequest,Hello.PurchaseResponse> getSimulatePurchaseMethod()
-
getPurchaseMethod
public static io.grpc.MethodDescriptor<Hello.PurchaseRequest,Hello.PurchaseResponse> getPurchaseMethod()
-
getMakePurchaseMethod
public static io.grpc.MethodDescriptor<Hello.PurchaseRequest,Hello.PurchaseResponse> getMakePurchaseMethod()
-
getRedisHelloRetryMethod
public static io.grpc.MethodDescriptor<Hello.RedisRequest,Hello.RedisReply> getRedisHelloRetryMethod()
-
getCreateSessionMethod
public static io.grpc.MethodDescriptor<Hello.CreateSessionRequest,Hello.CreateSessionResponse> getCreateSessionMethod()
-
getGetSessionMethod
public static io.grpc.MethodDescriptor<Hello.GetSessionRequest,Hello.GetSessionResponse> getGetSessionMethod()
-
getGetLocationFromSessionMethod
public static io.grpc.MethodDescriptor<Hello.GetSessionRequest,Hello.GetLocationFromSessionResponse> getGetLocationFromSessionMethod()
-
getNonPrimitiveMethod
public static io.grpc.MethodDescriptor<Hello.NonPrimitiveRequest,Hello.NonPrimitiveResponse> getNonPrimitiveMethod()
-
newStub
public static APIServiceGrpc.APIServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static APIServiceGrpc.APIServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static APIServiceGrpc.APIServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-