Uses of Class
org.apache.camel.quarkus.component.grpc.it.model.PingPongGrpc.PingPongBlockingStub
-
Packages that use PingPongGrpc.PingPongBlockingStub Package Description org.apache.camel.quarkus.component.grpc.it.model -
-
Uses of PingPongGrpc.PingPongBlockingStub in org.apache.camel.quarkus.component.grpc.it.model
Methods in org.apache.camel.quarkus.component.grpc.it.model that return PingPongGrpc.PingPongBlockingStub Modifier and Type Method Description protected PingPongGrpc.PingPongBlockingStubPingPongGrpc.PingPongBlockingStub. build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)static PingPongGrpc.PingPongBlockingStubPingPongGrpc. newBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service
-