Class PingPongGrpc
- java.lang.Object
-
- org.apache.camel.quarkus.component.grpc.it.model.PingPongGrpc
-
@Generated(value="by gRPC proto compiler (version 1.38.1)", comments="Source: pingpong.proto") public final class PingPongGrpc extends ObjectThe PingPong service definition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPingPongGrpc.PingPongBlockingStubThe PingPong service definition.static classPingPongGrpc.PingPongFutureStubThe PingPong service definition.static classPingPongGrpc.PingPongImplBaseThe PingPong service definition.static classPingPongGrpc.PingPongStubThe PingPong service definition.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<PingRequest,PongResponse>getPingAsyncAsyncMethod()static io.grpc.MethodDescriptor<PingRequest,PongResponse>getPingAsyncSyncMethod()static io.grpc.MethodDescriptor<PingRequest,PongResponse>getPingSyncAsyncMethod()static io.grpc.MethodDescriptor<PingRequest,PongResponse>getPingSyncSyncMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static PingPongGrpc.PingPongBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic PingPongGrpc.PingPongFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic PingPongGrpc.PingPongStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPingSyncSyncMethod
public static io.grpc.MethodDescriptor<PingRequest,PongResponse> getPingSyncSyncMethod()
-
getPingSyncAsyncMethod
public static io.grpc.MethodDescriptor<PingRequest,PongResponse> getPingSyncAsyncMethod()
-
getPingAsyncSyncMethod
public static io.grpc.MethodDescriptor<PingRequest,PongResponse> getPingAsyncSyncMethod()
-
getPingAsyncAsyncMethod
public static io.grpc.MethodDescriptor<PingRequest,PongResponse> getPingAsyncAsyncMethod()
-
newStub
public static PingPongGrpc.PingPongStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static PingPongGrpc.PingPongBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static PingPongGrpc.PingPongFutureStub 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()
-
-