Uses of Class
org.apache.camel.quarkus.component.grpc.it.model.PingRequest
-
Packages that use PingRequest Package Description org.apache.camel.quarkus.component.grpc.it org.apache.camel.quarkus.component.grpc.it.model -
-
Uses of PingRequest in org.apache.camel.quarkus.component.grpc.it
Methods in org.apache.camel.quarkus.component.grpc.it with parameters of type PingRequest Modifier and Type Method Description PongResponseGrpcRoute.GrpcMessageBuilder. buildAsyncPongResponse(PingRequest pingRequests)voidPingPongImpl. pingSyncSync(PingRequest request, io.grpc.stub.StreamObserver<PongResponse> responseObserver) -
Uses of PingRequest in org.apache.camel.quarkus.component.grpc.it.model
Methods in org.apache.camel.quarkus.component.grpc.it.model that return PingRequest Modifier and Type Method Description PingRequestPingRequest.Builder. build()PingRequestPingRequest.Builder. buildPartial()static PingRequestPingRequest. getDefaultInstance()PingRequestPingRequest.Builder. getDefaultInstanceForType()PingRequestPingRequest. getDefaultInstanceForType()static PingRequestPingRequest. parseDelimitedFrom(InputStream input)static PingRequestPingRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PingRequestPingRequest. parseFrom(byte[] data)static PingRequestPingRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PingRequestPingRequest. parseFrom(com.google.protobuf.ByteString data)static PingRequestPingRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PingRequestPingRequest. parseFrom(com.google.protobuf.CodedInputStream input)static PingRequestPingRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PingRequestPingRequest. parseFrom(InputStream input)static PingRequestPingRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PingRequestPingRequest. parseFrom(ByteBuffer data)static PingRequestPingRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.apache.camel.quarkus.component.grpc.it.model that return types with arguments of type PingRequest Modifier and Type Method Description com.google.protobuf.Parser<PingRequest>PingRequest. getParserForType()static io.grpc.MethodDescriptor<PingRequest,PongResponse>PingPongGrpc. getPingAsyncAsyncMethod()static io.grpc.MethodDescriptor<PingRequest,PongResponse>PingPongGrpc. getPingAsyncSyncMethod()static io.grpc.MethodDescriptor<PingRequest,PongResponse>PingPongGrpc. getPingSyncAsyncMethod()static io.grpc.MethodDescriptor<PingRequest,PongResponse>PingPongGrpc. getPingSyncSyncMethod()static com.google.protobuf.Parser<PingRequest>PingRequest. parser()io.grpc.stub.StreamObserver<PingRequest>PingPongGrpc.PingPongImplBase. pingAsyncAsync(io.grpc.stub.StreamObserver<PongResponse> responseObserver)Sending ping message asynchronously and getting pong answer asynchronously in streaming mode (multiple response messages)io.grpc.stub.StreamObserver<PingRequest>PingPongGrpc.PingPongStub. pingAsyncAsync(io.grpc.stub.StreamObserver<PongResponse> responseObserver)Sending ping message asynchronously and getting pong answer asynchronously in streaming mode (multiple response messages)io.grpc.stub.StreamObserver<PingRequest>PingPongGrpc.PingPongImplBase. pingAsyncSync(io.grpc.stub.StreamObserver<PongResponse> responseObserver)Sending ping message asynchronously and getting pong answer synchronouslyio.grpc.stub.StreamObserver<PingRequest>PingPongGrpc.PingPongStub. pingAsyncSync(io.grpc.stub.StreamObserver<PongResponse> responseObserver)Sending ping message asynchronously and getting pong answer synchronouslyMethods in org.apache.camel.quarkus.component.grpc.it.model with parameters of type PingRequest Modifier and Type Method Description PingRequest.BuilderPingRequest.Builder. mergeFrom(PingRequest other)static PingRequest.BuilderPingRequest. newBuilder(PingRequest prototype)Iterator<PongResponse>PingPongGrpc.PingPongBlockingStub. pingSyncAsync(PingRequest request)Sending ping message synchronously and getting pong answer asynchronously in streaming mode (multiple response messages)voidPingPongGrpc.PingPongImplBase. pingSyncAsync(PingRequest request, io.grpc.stub.StreamObserver<PongResponse> responseObserver)Sending ping message synchronously and getting pong answer asynchronously in streaming mode (multiple response messages)voidPingPongGrpc.PingPongStub. pingSyncAsync(PingRequest request, io.grpc.stub.StreamObserver<PongResponse> responseObserver)Sending ping message synchronously and getting pong answer asynchronously in streaming mode (multiple response messages)PongResponsePingPongGrpc.PingPongBlockingStub. pingSyncSync(PingRequest request)Sending ping message and getting pong answer synchronouslycom.google.common.util.concurrent.ListenableFuture<PongResponse>PingPongGrpc.PingPongFutureStub. pingSyncSync(PingRequest request)Sending ping message and getting pong answer synchronouslyvoidPingPongGrpc.PingPongImplBase. pingSyncSync(PingRequest request, io.grpc.stub.StreamObserver<PongResponse> responseObserver)Sending ping message and getting pong answer synchronouslyvoidPingPongGrpc.PingPongStub. pingSyncSync(PingRequest request, io.grpc.stub.StreamObserver<PongResponse> responseObserver)Sending ping message and getting pong answer synchronously
-