Uses of Class
org.apache.camel.quarkus.component.grpc.it.model.PongResponse
-
Packages that use PongResponse Package Description org.apache.camel.quarkus.component.grpc.it org.apache.camel.quarkus.component.grpc.it.model -
-
Uses of PongResponse in org.apache.camel.quarkus.component.grpc.it
Methods in org.apache.camel.quarkus.component.grpc.it that return PongResponse Modifier and Type Method Description PongResponseGrpcRoute.GrpcMessageBuilder. buildAsyncPongResponse(PingRequest pingRequests)Method parameters in org.apache.camel.quarkus.component.grpc.it with type arguments of type PongResponse Modifier and Type Method Description 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 PongResponse Modifier and Type Method Description PongResponsePongResponse.Builder. build()PongResponsePongResponse.Builder. buildPartial()static PongResponsePongResponse. getDefaultInstance()PongResponsePongResponse.Builder. getDefaultInstanceForType()PongResponsePongResponse. 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)PongResponsePingPongGrpc.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 PongResponse Modifier and Type Method Description com.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()Iterator<PongResponse>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 PongResponse Modifier and Type Method Description PongResponse.BuilderPongResponse.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 PongResponse Modifier and Type Method Description 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 synchronouslyvoidPingPongGrpc.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)voidPingPongGrpc.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
-