Uses of Class
org.apache.camel.quarkus.component.grpc.it.model.PongResponse
Packages that use PongResponse
Package
Description
-
Uses of PongResponse in org.apache.camel.quarkus.component.grpc.it
Method parameters in org.apache.camel.quarkus.component.grpc.it with type arguments of type PongResponseModifier and TypeMethodDescriptionio.grpc.stub.StreamObserver<PingRequest>PingPongImpl.pingAsyncAsync(io.grpc.stub.StreamObserver<PongResponse> responseObserver) voidPingPongImpl.pingSyncAsync(PingRequest request, io.grpc.stub.StreamObserver<PongResponse> responseObserver) voidPingPongImpl.pingSyncSync(PingRequest request, io.grpc.stub.StreamObserver<PongResponse> responseObserver) -
Uses of PongResponse in org.apache.camel.quarkus.component.grpc.it.model
Methods in org.apache.camel.quarkus.component.grpc.it.model that return PongResponseModifier and TypeMethodDescriptionPongResponse.Builder.build()PongResponse.Builder.buildPartial()static PongResponsePongResponse.getDefaultInstance()PongResponse.Builder.getDefaultInstanceForType()PongResponse.getDefaultInstanceForType()static PongResponsePongResponse.parseDelimitedFrom(InputStream input) static PongResponsePongResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PongResponsePongResponse.parseFrom(byte[] data) static PongResponsePongResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PongResponsePongResponse.parseFrom(com.google.protobuf.ByteString data) static PongResponsePongResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PongResponsePongResponse.parseFrom(com.google.protobuf.CodedInputStream input) static PongResponsePongResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PongResponsePongResponse.parseFrom(InputStream input) static PongResponsePongResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PongResponsePongResponse.parseFrom(ByteBuffer data) static PongResponsePongResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PingPongGrpc.PingPongBlockingStub.pingSyncSync(PingRequest request) Sending ping message and getting pong answer synchronouslyMethods in org.apache.camel.quarkus.component.grpc.it.model that return types with arguments of type PongResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<PongResponse>PongResponse.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<PongResponse>PongResponse.parser()PingPongGrpc.PingPongBlockingStub.pingSyncAsync(PingRequest request) Sending ping message synchronously and getting pong answer asynchronously in streaming mode (multiple response messages)com.google.common.util.concurrent.ListenableFuture<PongResponse>PingPongGrpc.PingPongFutureStub.pingSyncSync(PingRequest request) Sending ping message and getting pong answer synchronouslyMethods in org.apache.camel.quarkus.component.grpc.it.model with parameters of type PongResponseModifier and TypeMethodDescriptionPongResponse.Builder.mergeFrom(PongResponse other) static PongResponse.BuilderPongResponse.newBuilder(PongResponse prototype) Method parameters in org.apache.camel.quarkus.component.grpc.it.model with type arguments of type PongResponseModifier and TypeMethodDescriptiondefault 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 synchronouslydefault 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)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 synchronouslyvoidPingPongGrpc.PingPongStub.pingSyncSync(PingRequest request, io.grpc.stub.StreamObserver<PongResponse> responseObserver) Sending ping message and getting pong answer synchronously