Uses of Class
org.apache.camel.quarkus.component.grpc.it.model.PingRequest
Packages that use PingRequest
Package
Description
-
Uses of PingRequest in org.apache.camel.quarkus.component.grpc.it
Methods in org.apache.camel.quarkus.component.grpc.it that return types with arguments of type PingRequestModifier and TypeMethodDescriptionio.grpc.stub.StreamObserver<PingRequest>PingPongImpl.pingAsyncAsync(io.grpc.stub.StreamObserver<PongResponse> responseObserver) Methods in org.apache.camel.quarkus.component.grpc.it with parameters of type PingRequestModifier and TypeMethodDescriptionvoidPingPongImpl.pingSyncAsync(PingRequest request, io.grpc.stub.StreamObserver<PongResponse> responseObserver) 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 PingRequestModifier and TypeMethodDescriptionPingRequest.Builder.build()PingRequest.Builder.buildPartial()static PingRequestPingRequest.getDefaultInstance()PingRequest.Builder.getDefaultInstanceForType()PingRequest.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 PingRequestModifier and TypeMethodDescriptioncom.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()default io.grpc.stub.StreamObserver<PingRequest>PingPongGrpc.AsyncService.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)default io.grpc.stub.StreamObserver<PingRequest>PingPongGrpc.AsyncService.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 PingRequestModifier and TypeMethodDescriptionPingRequest.Builder.mergeFrom(PingRequest other) static PingRequest.BuilderPingRequest.newBuilder(PingRequest prototype) default voidPingPongGrpc.AsyncService.pingSyncAsync(PingRequest request, io.grpc.stub.StreamObserver<PongResponse> responseObserver) Sending ping message synchronously and getting pong answer asynchronously in streaming mode (multiple response messages)PingPongGrpc.PingPongBlockingStub.pingSyncAsync(PingRequest request) 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)default voidPingPongGrpc.AsyncService.pingSyncSync(PingRequest request, io.grpc.stub.StreamObserver<PongResponse> responseObserver) Sending ping message and getting pong answer synchronouslyPingPongGrpc.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.PingPongStub.pingSyncSync(PingRequest request, io.grpc.stub.StreamObserver<PongResponse> responseObserver) Sending ping message and getting pong answer synchronously